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.IQueryable
Public MustOverride Function GetQuery (context As Object) As IQueryable
Parameters
- context
- Object
The data context for the table.
Returns
An IQueryable object that returns the elements of the table.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.