Overload List

  NameDescription
Public methodCreateQuery(Expression)
Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodCreateQuery<(Of <<'(TElement>)>>)(Expression)
Constructs an IQueryable<(Of <(<'T>)>)> object that can evaluate the query represented by a specified expression tree.
(Inherited from IQueryProvider.)

See Also