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 | |
---|---|---|
DataServiceProviderArgs | Creates an instance of DataServiceProviderArgs. |
Top
Properties
Name | Description | |
---|---|---|
DataServiceInstance | Instance of the data service. | |
DataSourceInstance | Instance of the data source. | |
KnownTypes | Collection of known types. | |
SkipServiceOperationMetadata | Whether to load service operations on the service. Set to false by default. | |
UseMetadataKeyOrder | Whether metadata defined ordering is to be used instead of service defined ordering. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.