Interface IArchiveQueryProvider
This is the interface of a provider that has a single root query, is extensible, and has rows and columns. The standard base class QueryProviderBase implements this interface.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IArchiveQueryProvider : IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Properties
PrimaryTable
Get the primary table of the query
Declaration
TableInfo PrimaryTable { get; }
Property Value
| Type | Description |
|---|---|
| TableInfo |
Query
Get the query, so that it can be modified by the caller
Declaration
ArchiveSelect Query { get; }
Property Value
| Type | Description |
|---|---|
| ArchiveSelect |