BaseCollection<T>.Provider Property

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

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Provider As IQueryProvider 
    Get
'Usage
Dim instance As BaseCollection 
Dim value As IQueryProvider 

value = instance.Provider
public IQueryProvider Provider { get; }
public:
virtual property IQueryProvider^ Provider {
    IQueryProvider^ get () sealed;
}
abstract Provider : IQueryProvider 
override Provider : IQueryProvider
final function get Provider () : IQueryProvider

Property Value

Type: System.Linq.IQueryProvider

Implements

IQueryable.Provider

See Also

Reference

BaseCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace