IDataServiceEntityFrameworkProvider Interface

Interface used for the discovery of properties that will be part of the ETag for entities belonging to the given resource set and resource type, also used for obtaining metadata EDM version.

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

Syntax

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

The IDataServiceEntityFrameworkProvider type exposes the following members.

Properties

  Name Description
Public property EdmSchemaVersion Gets the metadata schema version.

Top

Methods

  Name Description
Public method GetETagProperties Given a resource container and resource type, gets the list of ResourceProperties that are part of the ETag.

Top

See Also

Reference

System.Data.Services.Providers Namespace