Click or drag to resize
LLBLGenProODataQueryProviderTLinqMetaDataGetResourceType Method
Gets the resource type for the instance that is specified by the parameter.

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 ResourceType GetResourceType(
	Object target
)

Parameters

target
Type: SystemObject
Instance to extract a resource type from.

Return Value

Type: ResourceType
The ResourceType of the supplied object.

Implements

IDataServiceQueryProviderGetResourceType(Object)
See Also