Click or drag to resize
LLBLGenProODataServiceMetadataProviderGetResourceAssociationSet Method
Gets the ResourceAssociationSet instance when given the source association end.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ResourceAssociationSet GetResourceAssociationSet(
	ResourceSet resourceSet,
	ResourceType resourceType,
	ResourceProperty resourceProperty
)

Parameters

resourceSet
Type: System.Data.Services.ProvidersResourceSet
Resource set of the source association end.
resourceType
Type: System.Data.Services.ProvidersResourceType
Resource type of the source association end.
resourceProperty
Type: System.Data.Services.ProvidersResourceProperty
Resource property of the source association end.

Return Value

Type: ResourceAssociationSet
A ResourceAssociationSet instance.

Implements

IDataServiceMetadataProviderGetResourceAssociationSet(ResourceSet, ResourceType, ResourceProperty)
See Also