Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public bool TryResolveResourceType(
	string name,
	out ResourceType resourceType
)

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.

Implements

IDataServiceMetadataProviderTryResolveResourceType(String, ResourceType)
See Also