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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.