Show / Hide Table of Contents

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 implements this interface.

Inherited Members
IArchiveProviderExtensible.AddExtensionProvider(IArchiveExtender)
IArchiveProviderExtensible.GetExtensionProviders()
IArchiveProviderExtensible.RootQuery
IArchiveProviderExtensible.TableToExtend
IArchiveProviderExtensible.OrderBySlots
IArchiveProviderHasRows.GetRows(String)
IArchiveProviderHasRows.GetReader(String)
IArchiveProviderHasRows.GetResultInformation()
IArchiveProviderHasRows.Close()
IArchiveProviderHasRows.SetPagingInfo(Int32, Int32)
IArchiveProviderHasColumns.GetAvailableColumns()
IArchiveProviderHasColumns.SetDesiredColumns(String[])
IArchiveProviderHasColumns.SetOrderBy(ArchiveOrderByInfo[])
IArchiveProviderHasColumns.SetRestriction(ArchiveRestrictionInfo[])
IArchiveProviderHasEntities.GetAvailableEntities()
IArchiveProviderHasEntities.SetDesiredEntities(String[])
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top