IQueryable.Provider Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the query provider that is associated with this data source.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Linq.IQueryProviderThe IQueryProvider that is associated with this data source.
If an instance of IQueryable represents a LINQ query against a data source, the associated query provider is the provider that created the IQueryable instance.
Show: