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.6.0.0 (5.6.3)
Syntax public bool TryResolveResourceSet(
string name,
out ResourceSet resourceSet
)
Public Function TryResolveResourceSet (
name As String,
<OutAttribute> ByRef resourceSet As ResourceSet
) As Boolean
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.
See Also