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.2.0.0 (5.2.17.0403)
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