ProviderBehavior Class

Provider behavior encapsulates the runtime behavior of the provider. The service will check various properties the ProviderBehavior exposed by the IDataServiceProviderBehavior to process the request.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ProviderBehavior

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

Syntax

'Declaration
Public Class ProviderBehavior
'Usage
Dim instance As ProviderBehavior
public class ProviderBehavior
public ref class ProviderBehavior
type ProviderBehavior =  class end
public class ProviderBehavior

The ProviderBehavior type exposes the following members.

Constructors

  Name Description
Public method ProviderBehavior Constructs a new instance of ProviderBehavior.

Top

Properties

  Name Description
Public property ProviderQueryBehavior The kind of behavior service should assume from the provider.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace