Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
Type IDataSource.ElementType { get; }

Property Value

Type: Type

Return Value

Type: Type
A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.

Implements

IDataSourceElementType
See Also