Click or drag to resize
LLBLGenProODataServiceMetadataProvider.TryResolveResourceSet 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.0.0.0 (5.0.0)
Syntax
public bool TryResolveResourceSet(
	string name,
	out ResourceSet resourceSet
)

Parameters

name
Type: System.String
Name of the ResourceSet to resolve.
resourceSet
Type: System.Data.Services.Providers.ResourceSet
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

IDataServiceMetadataProvider.TryResolveResourceSet(String, ResourceSet)
See Also