ProviderQueryBehaviorKind Enumeration

The kind of query processing behavior from the provider.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Enumeration ProviderQueryBehaviorKind
'Usage
Dim instance As ProviderQueryBehaviorKind
public enum ProviderQueryBehaviorKind
public enum class ProviderQueryBehaviorKind
type ProviderQueryBehaviorKind
public enum ProviderQueryBehaviorKind

Members

Member name Description
CustomProviderQueryBehavior Treat the provider query processing behavior as a custom provider.

EntityFrameworkProviderQueryBehavior Treat the provider query processing behavior similar to the entity framework based provider.

ReflectionProviderQueryBehavior Treat the provider query processing behavior similar to the reflection based provider.

See Also

Reference

System.Data.Services.Providers Namespace