IQueryable::Provider Property
Silverlight
Gets the query provider that is associated with this data source.
Namespace: System.Linq
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: