Class DotSyntaxProvider
Inheritance
DotSyntaxProvider
Implements
Inherited Members
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
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 |
---|---|
bool |