Click or drag to resize

LLBLGenProODataServiceMetadataProvider.Types 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.5.0.0 (5.5.18.1019)
Syntax
public IEnumerable<ResourceType> Types { get; }

Property Value

Type: IEnumerable<ResourceType>

Return Value

Type: IEnumerable<ResourceType>
An IEnumerable<T> collection of ResourceType objects.

Implements

IDataServiceMetadataProvider.Types
See Also