IDataServiceProviderBehavior Interface

Used by the service writer to define the behavior of the providers.

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

Syntax

'Declaration
Public Interface IDataServiceProviderBehavior
'Usage
Dim instance As IDataServiceProviderBehavior
public interface IDataServiceProviderBehavior
public interface class IDataServiceProviderBehavior
type IDataServiceProviderBehavior =  interface end
public interface IDataServiceProviderBehavior

The IDataServiceProviderBehavior type exposes the following members.

Properties

  Name Description
Public property ProviderBehavior Instance of provider behavior that defines the assumptions service should make about the provider.

Top

See Also

Reference

System.Data.Services.Providers Namespace