IDataServiceMetadataProvider.GetResourceAssociationSet Method
Gets the ResourceAssociationSet instance when given the source association end.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetResourceAssociationSet ( _
resourceSet As ResourceSet, _
resourceType As ResourceType, _
resourceProperty As ResourceProperty _
) As ResourceAssociationSet
'Usage
Dim instance As IDataServiceMetadataProvider
Dim resourceSet As ResourceSet
Dim resourceType As ResourceType
Dim resourceProperty As ResourceProperty
Dim returnValue As ResourceAssociationSet
returnValue = instance.GetResourceAssociationSet(resourceSet, _
resourceType, resourceProperty)
ResourceAssociationSet GetResourceAssociationSet(
ResourceSet resourceSet,
ResourceType resourceType,
ResourceProperty resourceProperty
)
ResourceAssociationSet^ GetResourceAssociationSet(
ResourceSet^ resourceSet,
ResourceType^ resourceType,
ResourceProperty^ resourceProperty
)
abstract GetResourceAssociationSet :
resourceSet:ResourceSet *
resourceType:ResourceType *
resourceProperty:ResourceProperty -> ResourceAssociationSet
function GetResourceAssociationSet(
resourceSet : ResourceSet,
resourceType : ResourceType,
resourceProperty : ResourceProperty
) : ResourceAssociationSet
Parameters
- resourceSet
Type: System.Data.Services.Providers.ResourceSet
Resource set of the source association end.
- resourceType
Type: System.Data.Services.Providers.ResourceType
Resource type of the source association end.
- resourceProperty
Type: System.Data.Services.Providers.ResourceProperty
Resource property of the source association end.
Return Value
Type: System.Data.Services.Providers.ResourceAssociationSet
A ResourceAssociationSet instance.