| DataSourceBaseTProvider Property  | 
            Gets the query provider that is associated with this data source.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic virtual IQueryProvider Provider { get; }Public Overridable ReadOnly Property Provider As IQueryProvider
	Get
Return Value
Type: 
IQueryProviderThe 
IQueryProvider that is associated with this data source.
Implements
IDataSourceProvider
See Also