Share via


EntityList<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 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.

Implements

IQueryable.Provider

See also

Reference

EntityList<TEntity> class

EntityList<TEntity> members

Microsoft.SharePoint.Linq namespace