Share via


DataServiceQuery.Provider Property

Definition

Represents the query provider instance.

public abstract System.Linq.IQueryProvider Provider { get; }
member this.Provider : System.Linq.IQueryProvider
Public MustOverride ReadOnly Property Provider As IQueryProvider

Property Value

An IQueryProvider representing the data source provider.

Implements

Applies to