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.6.0.0 (5.6.3)
Syntax public ResourceType GetResourceType(
Object target
)
Public Function GetResourceType (
target As Object
) As ResourceType
Parameters
- target
- Type: SystemObject
Instance to extract a resource type from.
Return Value
Type:
ResourceType
The
ResourceType of the supplied object.
See Also