TableProvider.GetQuery(Object) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns the IQueryable object that in turn returns the elements of the table.
public:
 abstract System::Linq::IQueryable ^ GetQuery(System::Object ^ context);public abstract System.Linq.IQueryable GetQuery(object context);abstract member GetQuery : obj -> System.Linq.IQueryablePublic MustOverride Function GetQuery (context As Object) As IQueryableParameters
- context
- Object
The data context for the table.
Returns
An IQueryable object that returns the elements of the table.