Click or drag to resize
LLBLGenProODataServiceMetadataProviderTypes Property
Returns all the types in this data source.

Namespace: SD.LLBLGen.Pro.ODataSupportClasses
Assembly: SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEnumerable<ResourceType> Types { get; }

Property Value

Type: IEnumerableResourceType

Return Value

Type: IEnumerableResourceType
An IEnumerableT collection of ResourceType objects.

Implements

IDataServiceMetadataProviderTypes
See Also