DataServiceProviderArgs Class

Argument class whose instance is passed for constructing a ReflectionDataServiceProvider or EntityFrameworkDataServiceProvider instance.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.DataServiceProviderArgs

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

Syntax

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

The DataServiceProviderArgs type exposes the following members.

Constructors

  Name Description
Public method DataServiceProviderArgs Creates an instance of DataServiceProviderArgs.

Top

Properties

  Name Description
Public property DataServiceInstance Instance of the data service.
Public property DataSourceInstance Instance of the data source.
Public property KnownTypes Collection of known types.
Public property SkipServiceOperationMetadata Whether to load service operations on the service. Set to false by default.
Public property UseMetadataKeyOrder Whether metadata defined ordering is to be used instead of service defined ordering.

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