Click or drag to resize
DataSourceBase<T>.Provider 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.2.0.0 (5.2.17.0403)
Syntax
public virtual IQueryProvider Provider { get; }

Return Value

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

Implements

IDataSource.Provider
See Also