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
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveQueryProvider : IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)