IDataServiceMetadataProvider Interface
.NET Framework 4.5
Maintains metadata about a custom data service provider.
Assembly: System.Data.Services (in System.Data.Services.dll)
The IDataServiceMetadataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContainerName | Container name for the data source. |
![]() | ContainerNamespace | Namespace name for the data source. |
![]() | ResourceSets | Gets all available containers. |
![]() | ServiceOperations | Returns all the service operations in this data source. |
![]() | Types | Returns all the types in this data source. |
| Name | Description | |
|---|---|---|
![]() | GetDerivedTypes | Attempts to return all types that derive from the specified resource type. |
![]() | GetResourceAssociationSet | Gets the ResourceAssociationSet instance when given the source association end. |
![]() | HasDerivedTypes | Determines whether a resource type has derived types. |
![]() | TryResolveResourceSet | Tries to get a resource set based on the specified name. |
![]() | TryResolveResourceType | Tries to get a resource type based on the specified name. |
![]() | TryResolveServiceOperation | Tries to get a service operation based on the specified name. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
