Class DotSyntaxProvider
Inheritance
DotSyntaxProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Dynamic", 1073741823)]
public class DotSyntaxProvider : TypedQueryProviderBase<ArchiveRow, DynamicExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
DotSyntaxProvider()
Declaration
public DotSyntaxProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "Dynamic"
Field Value
Type | Description |
---|---|
String |
Properties
InhibitDistinctPrimaryKeys
Override: Do not require a primary key and require those to be distinct; as an intended side effect also turn off two-phase query
Declaration
public override bool InhibitDistinctPrimaryKeys { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.InhibitDistinctPrimaryKeys
Methods
PostProcessQuery()
Override: Turn off FORCE RECOMPILE and FORCE JOIN ORDER for queries involving the ticket table. Hopefully this is a good idea.
Declaration
public override void PostProcessQuery()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.PostProcessQuery()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)