Click or drag to resize
LLBLGenProQueryTIQueryableProvider Property
Gets the query provider that is associated with this data source.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IQueryProvider IQueryable.Provider { get; }

Property Value

Type: IQueryProvider

Return Value

Type: IQueryProvider
The IQueryProvider that is associated with this data source.

Implements

IQueryableProvider
See Also