TransactionQueryTObject, TRepositoryElementType 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
Syntaxpublic Type ElementType { get; }
Public ReadOnly Property ElementType As Type
Get
public:
virtual property Type^ ElementType {
Type^ get () sealed;
}
abstract ElementType : Type with get
override ElementType : Type with get
Property Value
Type:
TypeImplements
IQueryableElementType
See Also