Click or drag to resize
LLBLGenProQuery<T> Properties
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIQueryable.ElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
Explicit interface implementationPrivate propertyIQueryable.Expression
Gets the expression tree that is associated with the instance of IQueryable.
Explicit interface implementationPrivate propertyIQueryable.Provider
Gets the query provider that is associated with this data source.
Top
See Also