DataSourceBaseTIDataSourceElementType Property |
Gets the type of the element(s) that are returned when the expression tree associated with this instance of
IQueryable is executed.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax Type IDataSource.ElementType { get; }
Private ReadOnly Property ElementType As Type
Implements IDataSource.ElementType
Get
Property Value
Type:
TypeReturn Value
Type:
TypeA
Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.
Implements
IDataSourceElementTypeSee Also