Flexberry ORM 8.0.0-beta01
Шаблон класса ICSSoft.STORMNET.Business.LINQProvider.Query< T >

Explicit interface implementation of IQueryable. Подробнее...

Граф наследования:ICSSoft.STORMNET.Business.LINQProvider.Query< T >:

Открытые члены

 Query (IQueryProvider provider)
 
 Query (IQueryProvider provider, Expression expression)
 
IEnumerator< T > GetEnumerator ()
 on the call to any of the System.Linq extension methods on IEnumerable{T}, this method will get called. Подробнее...
 

Свойства

Expression Expression [get]
 Выражение. Подробнее...
 

Подробное описание

Explicit interface implementation of IQueryable.

Параметры шаблона
T

Методы

◆ GetEnumerator()

IEnumerator<T> ICSSoft.STORMNET.Business.LINQProvider.Query< T >.GetEnumerator ( )
inline

on the call to any of the System.Linq extension methods on IEnumerable{T}, this method will get called.

Возвращает

Полный список свойств

◆ Expression

Expression ICSSoft.STORMNET.Business.LINQProvider.Query< T >.Expression
get

Выражение.