Class HeadingTableInfo
Table 'Heading': Heading items for all MDO lists, lists that are grouped and filtered.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("Heading")]
public class HeadingTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table Heading in the database dictionary: Heading
Declaration
public const string DictionaryTableName = "Heading"
Field Value
Type | Description |
---|---|
String |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Deleted
Field 'deleted' in table 'Heading': Dictionary type UShort, .NET type: Int16
0 -> record is active 1 -> record is deleted and should not be shown in listsDeclaration
public UInt16FieldInfo Deleted { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
DictionaryTableNumber
Table number for table Heading in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
ExtraId
Field 'extraId' in table 'Heading': Dictionary type Id, .NET type: Int32
Extra ID for refining the list idDeclaration
public Int32FieldInfo ExtraId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
HeadingId
Field 'heading_id' in table 'Heading': Dictionary type PK, .NET type: Int32
Primary keyDeclaration
public Int32FieldInfo HeadingId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_AmountClassHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to AmountClassHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo> LeftOuterJoin_AmountClassHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_AssociateHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to AssociateHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> LeftOuterJoin_AssociateHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_BusinessHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to BusinessHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo> LeftOuterJoin_BusinessHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_CategoryHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to CategoryHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo> LeftOuterJoin_CategoryHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ComptrHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ComptrHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo> LeftOuterJoin_ComptrHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ContIntHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ContIntHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo> LeftOuterJoin_ContIntHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_CountryHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to CountryHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<CountryHeadingLinkTableInfo> LeftOuterJoin_CountryHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<CountryHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_CreditedHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to CreditedHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo> LeftOuterJoin_CreditedHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_CurrencyHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to CurrencyHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo> LeftOuterJoin_CurrencyHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_DeliveryTermsHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to DeliveryTermsHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo> LeftOuterJoin_DeliveryTermsHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_DeliveryTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to DeliveryTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo> LeftOuterJoin_DeliveryTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_DocTmplHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to DocTmplHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo> LeftOuterJoin_DocTmplHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ExtAppHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ExtAppHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo> LeftOuterJoin_ExtAppHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_IntentHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to IntentHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<IntentHeadingLinkTableInfo> LeftOuterJoin_IntentHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<IntentHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_MrMrsHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to MrMrsHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo> LeftOuterJoin_MrMrsHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PaymentTermsHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PaymentTermsHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo> LeftOuterJoin_PaymentTermsHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PaymentTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PaymentTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo> LeftOuterJoin_PaymentTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PersIntHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PersIntHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo> LeftOuterJoin_PersIntHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PersPosHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PersPosHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo> LeftOuterJoin_PersPosHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PMembTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PMembTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo> LeftOuterJoin_PMembTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PriceUnitHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PriceUnitHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo> LeftOuterJoin_PriceUnitHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_PriorityHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to PriorityHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo> LeftOuterJoin_PriorityHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProbHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProbHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProbHeadingLinkTableInfo> LeftOuterJoin_ProbHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProbHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProductCategoryHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProductCategoryHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo> LeftOuterJoin_ProductCategoryHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProductFamilyHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProductFamilyHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo> LeftOuterJoin_ProductFamilyHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProductTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProductTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo> LeftOuterJoin_ProductTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProjStatusHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProjStatusHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo> LeftOuterJoin_ProjStatusHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ProjTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ProjTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> LeftOuterJoin_ProjTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_QuoteApprReasonHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to QuoteApprReasonHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_QuoteDenyReasonHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to QuoteDenyReasonHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ReasonHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ReasonHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo> LeftOuterJoin_ReasonHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ReasonSoldHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ReasonSoldHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo> LeftOuterJoin_ReasonSoldHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_ReasonStalledHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to ReasonStalledHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo> LeftOuterJoin_ReasonStalledHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_RejectReasonHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to RejectReasonHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo> LeftOuterJoin_RejectReasonHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_RelationDefinitionHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to RelationDefinitionHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo> LeftOuterJoin_RelationDefinitionHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SaleTypeCatHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SaleTypeCatHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo> LeftOuterJoin_SaleTypeCatHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SaleTypeHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SaleTypeHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo> LeftOuterJoin_SaleTypeHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SalutationHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SalutationHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo> LeftOuterJoin_SalutationHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SearchCatHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SearchCatHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo> LeftOuterJoin_SearchCatHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SourceHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SourceHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SourceHeadingLinkTableInfo> LeftOuterJoin_SourceHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SourceHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_StakeholderRoleHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to StakeholderRoleHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo> LeftOuterJoin_StakeholderRoleHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_SubscriptionUnitHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to SubscriptionUnitHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo> LeftOuterJoin_SubscriptionUnitHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_TagsHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to TagsHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<TagsHeadingLinkTableInfo> LeftOuterJoin_TagsHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TagsHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_TaskHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to TaskHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<TaskHeadingLinkTableInfo> LeftOuterJoin_TaskHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TaskHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_TaskMenuHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to TaskMenuHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
LeftOuterJoin_UDListHeadingLink_HeadingId
Generated left outer join from the primary key HeadingId on this table, to UDListHeadingLink.HeadingId.
Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_HeadingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
ListTableId
Field 'listTableId' in table 'Heading': Dictionary type TableNumber, .NET type: Int16
Which List is this heading connected to? (table ID)Declaration
public UInt16FieldInfo ListTableId { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Name
Field 'name' in table 'Heading': Dictionary type String[240], .NET type: String
The visible headingDeclaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Rank
Field 'rank' in table 'Heading': Dictionary type UShort, .NET type: Int16
Rank orderDeclaration
public UInt16FieldInfo Rank { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Registered
Field 'registered' in table 'Heading': Dictionary type UtcDateTime, .NET type: DateTime
Registered whenDeclaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RegisteredAssociateId
Field 'registered_associate_id' in table 'Heading': Dictionary type FK, target: Associate, .NET type: Int32
Registered by whomDeclaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Tooltip
Field 'tooltip' in table 'Heading': Dictionary type String[255], .NET type: String
Tooltip or other descriptionDeclaration
public StringFieldInfo Tooltip { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Updated
Field 'updated' in table 'Heading': Dictionary type UtcDateTime, .NET type: DateTime
Last updated whenDeclaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedAssociateId
Field 'updated_associate_id' in table 'Heading': Dictionary type FK, target: Associate, .NET type: Int32
Last updated by whomDeclaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedCount
Field 'updatedCount' in table 'Heading': Dictionary type UShort, .NET type: Int16
Number of updates made to this recordDeclaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling