Click or drag to resize
LLBLGenProODataServiceMetadataProviderTryResolveResourceSet Method
Tries to get a resource set based on the specified name.

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 bool TryResolveResourceSet(
	string name,
	out ResourceSet resourceSet
)

Parameters

name
Type: SystemString
Name of the ResourceSet to resolve.
resourceSet
Type: System.Data.Services.ProvidersResourceSet
Returns the resource set or a null value if a resource set with the given name is not found.

Return Value

Type: Boolean
true when resource set with the given name is found; otherwise false.

Implements

IDataServiceMetadataProviderTryResolveResourceSet(String, ResourceSet)
See Also