LLBLGenProODataServiceMetadataProviderTryResolveResourceType Method |
Tries to get a resource type 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 TryResolveResourceType(
string name,
out ResourceType resourceType
)
Public Function TryResolveResourceType (
name As String,
<OutAttribute> ByRef resourceType As ResourceType
) As Boolean
Parameters
- name
- Type: SystemString
Name of the type to resolve. - resourceType
- Type: System.Data.Services.ProvidersResourceType
Returns the resource type or a null value if a resource type with the given name is not found.
Return Value
Type:
Boolean
true when resource type with the given
name is found; otherwise false.
See Also