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.
Represents the query provider instance.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Provider As IQueryProvider
Get
'Usage
Dim instance As DataServiceQuery
Dim value As IQueryProvider
value = instance.Provider
public abstract IQueryProvider Provider { get; }
public:
virtual property IQueryProvider^ Provider {
IQueryProvider^ get () abstract;
}
abstract Provider : IQueryProvider
abstract function get Provider () : IQueryProvider
Property Value
Type: System.Linq.IQueryProvider
An IQueryProvider representing the data source provider.