Click or drag to resize

ObjectQueryTObjectProvider Property

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

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IQueryProvider Provider { get; }

Return Value

Type: IQueryProvider
The IQueryProvider that is associated with this data source.

Implements

IQueryableProvider
See Also