Click or drag to resize

ObjectQueryTObjectElementType Property

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Type ElementType { get; }

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

IQueryableElementType
See Also