EntitySet<TEntity>.IQueryable.Provider Property
Gets an object that translates expression tree queries into Collaborative Application Markup Language (CAML) queries and executes them.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Private ReadOnly Property Provider As IQueryProvider
Implements IQueryable.Provider
Get
'Usage
Dim instance As EntitySet
Dim value As IQueryProvider
value = CType(instance, IQueryable).Provider
IQueryProviderIQueryable.Provider { get; }
Property Value
Type: System.Linq.IQueryProvider
A IQueryProvider that provides the CAML translations of queries.