Show / Hide Table of Contents

Class CustomAsyncAdapters

Inheritance
Object
CustomAsyncAdapters
Namespace: DevExtreme.AspNet.Data.Async
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
Type Name Description
Func<Type, Boolean> queryProviderTypePredicate
IAsyncAdapter adapter
| Improve this Doc

RegisterAdapter(Type, IAsyncAdapter)

Declaration
public static void RegisterAdapter(Type queryProviderType, IAsyncAdapter adapter)
Parameters
Type Name Description
Type queryProviderType
IAsyncAdapter adapter
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.