This documentation is archived and is not being maintained.
IDataServiceMetadataProvider Interface
Visual Studio 2010
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
