Table<TEntity>::IQueryable::Provider Property

 

Gets the query provider that is associated with this data source.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
property IQueryProvider^ Provider {
	virtual IQueryProvider^ get() sealed = IQueryable::Provider::get;
}

Property Value

Type: System.Linq::IQueryProvider^

The IQueryProvider that is associated with this data source.

This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an IQueryable interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: