Share via


TableQuery<TElement>.Provider Property

Definition

Gets the query provider that is associated with this data source.

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

Property Value

The IQueryProvider that is associated with this data source.

Implements

Applies to