Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 EntityList
Dim value As IQueryProvider
value = CType(instance, IQueryable).Provider
IQueryProviderIQueryable.Provider { get; }
Property Value
Type: System.Linq.IQueryProvider
The IQueryProvider that provides the CAML translations of queries.