+
+
+ Class CustomAsyncAdapters
+
+
+
+
+
Inheritance
+
+
CustomAsyncAdapters
+
+
+ Assembly: DevExtreme.AspNet.Data.dll
+ Syntax
+
+
public static class CustomAsyncAdapters
+
+ Methods
+
+
+ |
+ Improve this Doc
+
+
+
+ RegisterAdapter(Func<Type, Boolean>, IAsyncAdapter)
+
+
+ Declaration
+
+
public static void RegisterAdapter(Func<Type, bool> queryProviderTypePredicate, IAsyncAdapter adapter)
+
+ Parameters
+
+
+ |
+ Improve this Doc
+
+
+
+ RegisterAdapter(Type, IAsyncAdapter)
+
+
+ Declaration
+
+
public static void RegisterAdapter(Type queryProviderType, IAsyncAdapter adapter)
+
+ Parameters
+
+
+
+ | Type |
+ Name |
+ Description |
+
+
+
+
+ | Type |
+ queryProviderType |
+ |
+
+
+ | IAsyncAdapter |
+ adapter |
+ |
+
+
+
+