Show / Hide Table of Contents

Class AssociateTableInfo

Table 'associate': Employees, resources and other users - except for External persons

Inheritance
object
TableInfo
AssociateTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(params FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(string)
TableInfo.ProtAll
TableInfo.UseNolockIfPossible
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.this[string]
TableInfo.PrimaryKeyField
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("associate")]
public class AssociateTableInfo : 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 TablesInfo.GetAssociateInfo().

Fields

DictionaryTableName

Conceptual name of table Associate in the database dictionary: associate

Declaration
public const string DictionaryTableName = "associate"
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 TablesInfo.GetAssociateInfo().

Properties

AssociateId

Field 'associate_id' in table 'associate': Dictionary type PK, .NET type: int

Primary key
Declaration
public Int32FieldInfo AssociateId { 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 TablesInfo.GetAssociateInfo().

Checklistlimit

Field 'checklistlimit' in table 'associate': Dictionary type DateTime, .NET type: DateTime

Diary checklist scan limit
Declaration
public DateTimeFieldInfo Checklistlimit { 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 TablesInfo.GetAssociateInfo().

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition
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 TablesInfo.GetAssociateInfo().

Deleted

Field 'deleted' in table 'associate': Dictionary type UShort, .NET type: short

1 = the user is retired and should have no rights, not appear in lists, etc.
Declaration
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 TablesInfo.GetAssociateInfo().

DictionaryTableNumber

Table number for table Associate 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
int
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 TablesInfo.GetAssociateInfo().

EjUserId

Field 'ejuserId' in table 'associate': Dictionary type FK, target: Ejuser, .NET type: int

ID of the ej user record corresponding to this associate; 0 for associates that are not ej users
Declaration
public Int32FieldInfo EjUserId { 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 TablesInfo.GetAssociateInfo().

EjUserId_InnerJoin_Ejuser

Generated join from the foreign key EjUserId in this table, to its target table EjuserTableInfo.

Declaration
public TargetedInnerJoin<EjuserTableInfo> EjUserId_InnerJoin_Ejuser { get; }
Property Value
Type Description
TargetedInnerJoin<EjuserTableInfo>
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 TablesInfo.GetAssociateInfo().

EncryptedCheck

Field 'encryptedCheck' in table 'associate': Dictionary type String[255], .NET type: string

Encrypted hash checksum
Declaration
public StringFieldInfo EncryptedCheck { 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 TablesInfo.GetAssociateInfo().

GroupIdx

Field 'group_idx' in table 'associate': Dictionary type FK, target: UserGroup, .NET type: int

Primary group membership, see UserGroupLink for secondary memberships
Declaration
public Int32FieldInfo GroupIdx { 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 TablesInfo.GetAssociateInfo().

GroupIdx_InnerJoin_UserGroup

Generated join from the foreign key GroupIdx in this table, to its target table UserGroupTableInfo.

Declaration
public TargetedInnerJoin<UserGroupTableInfo> GroupIdx_InnerJoin_UserGroup { get; }
Property Value
Type Description
TargetedInnerJoin<UserGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

IsLocation

Field 'isLocation' in table 'associate': Dictionary type Bool, .NET type: short

For resources only: 1 if this resource represents a location
Declaration
public UInt16FieldInfo IsLocation { 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 TablesInfo.GetAssociateInfo().

Lastlogin

Field 'lastlogin' in table 'associate': Dictionary type DateTime, .NET type: DateTime

Last login date
Declaration
public DateTimeFieldInfo Lastlogin { 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 TablesInfo.GetAssociateInfo().

Lastlogout

Field 'lastlogout' in table 'associate': Dictionary type DateTime, .NET type: DateTime

Last logout date
Declaration
public DateTimeFieldInfo Lastlogout { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ActiveUser_ActiveuserId

Generated left outer join from the primary key AssociateId on this table, to ActiveUser.ActiveuserId.

Declaration
public TargetedLeftOuterJoin<ActiveUserTableInfo> LeftOuterJoin_ActiveUser_ActiveuserId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ActiveUserTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AddressFormat_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AddressFormat.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AddressFormatTableInfo> LeftOuterJoin_AddressFormat_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AddressFormatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AddressFormat_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AddressFormat.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AddressFormatTableInfo> LeftOuterJoin_AddressFormat_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AddressFormatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Address_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Address.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AddressTableInfo> LeftOuterJoin_Address_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AddressTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Address_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Address.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AddressTableInfo> LeftOuterJoin_Address_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AddressTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AiChatTurn_AssociateId

Generated left outer join from the primary key AssociateId on this table, to AiChatTurn.AssociateId.

Declaration
public TargetedLeftOuterJoin<AiChatTurnTableInfo> LeftOuterJoin_AiChatTurn_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AiChatTurnTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClassGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClassGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo> LeftOuterJoin_AmountClassGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClassGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClassGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo> LeftOuterJoin_AmountClassGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClassHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClassHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo> LeftOuterJoin_AmountClassHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClassHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClassHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo> LeftOuterJoin_AmountClassHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClass_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClass.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassTableInfo> LeftOuterJoin_AmountClass_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AmountClass_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AmountClass.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AmountClassTableInfo> LeftOuterJoin_AmountClass_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Appointment_AssignedBy

Generated left outer join from the primary key AssociateId on this table, to Appointment.AssignedBy.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_AssignedBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Appointment_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Appointment.AssociateId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Appointment_MotherAssociateId

Generated left outer join from the primary key AssociateId on this table, to Appointment.MotherAssociateId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_MotherAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Appointment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Appointment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Appointment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Appointment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserAssignment_AssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserAssignment.AssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserAssignmentTableInfo> LeftOuterJoin_AreaUserAssignment_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserAssignmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserAssignment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserAssignment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserAssignmentTableInfo> LeftOuterJoin_AreaUserAssignment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserAssignmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserAssignment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserAssignment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserAssignmentTableInfo> LeftOuterJoin_AreaUserAssignment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserAssignmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserInclusion_AssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserInclusion.AssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserInclusionTableInfo> LeftOuterJoin_AreaUserInclusion_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserInclusionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserInclusion_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserInclusion.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserInclusionTableInfo> LeftOuterJoin_AreaUserInclusion_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserInclusionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AreaUserInclusion_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AreaUserInclusion.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaUserInclusionTableInfo> LeftOuterJoin_AreaUserInclusion_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaUserInclusionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Area_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Area.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaTableInfo> LeftOuterJoin_Area_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Area_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Area.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AreaTableInfo> LeftOuterJoin_Area_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AreaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateGroupLink_AssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateGroupLink.AssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateGroupLinkTableInfo> LeftOuterJoin_AssociateGroupLink_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateGroupLinkTableInfo> LeftOuterJoin_AssociateGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateGroupLinkTableInfo> LeftOuterJoin_AssociateGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateHeadingLink_AssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateHeadingLink.AssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> LeftOuterJoin_AssociateHeadingLink_AssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> LeftOuterJoin_AssociateHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> LeftOuterJoin_AssociateHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AssociateHistory_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AssociateHistory.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AssociateHistoryTableInfo> LeftOuterJoin_AssociateHistory_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateHistoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AttachmentLocation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AttachmentLocation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AttachmentLocationTableInfo> LeftOuterJoin_AttachmentLocation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AttachmentLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AttachmentLocation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AttachmentLocation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AttachmentLocationTableInfo> LeftOuterJoin_AttachmentLocation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AttachmentLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceConfig_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceConfig.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceConfigTableInfo> LeftOuterJoin_AudienceConfig_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceConfigTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceConfig_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceConfig.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceConfigTableInfo> LeftOuterJoin_AudienceConfig_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceConfigTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceLayoutLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceLayoutLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceLayoutLinkTableInfo> LeftOuterJoin_AudienceLayoutLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceLayoutLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceLayoutLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceLayoutLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceLayoutLinkTableInfo> LeftOuterJoin_AudienceLayoutLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceLayoutLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceLayout_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceLayout.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceLayoutTableInfo> LeftOuterJoin_AudienceLayout_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceLayoutTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceLayout_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceLayout.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceLayoutTableInfo> LeftOuterJoin_AudienceLayout_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceLayoutTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceVisibility_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceVisibility.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceVisibilityTableInfo> LeftOuterJoin_AudienceVisibility_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceVisibilityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AudienceVisibility_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AudienceVisibility.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AudienceVisibilityTableInfo> LeftOuterJoin_AudienceVisibility_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AudienceVisibilityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AutomatedCategoryUpdate_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AutomatedCategoryUpdate.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo> LeftOuterJoin_AutomatedCategoryUpdate_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AutomatedCategoryUpdate_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AutomatedCategoryUpdate.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo> LeftOuterJoin_AutomatedCategoryUpdate_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AvailableFonts_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to AvailableFonts.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<AvailableFontsTableInfo> LeftOuterJoin_AvailableFonts_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AvailableFontsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_AvailableFonts_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to AvailableFonts.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<AvailableFontsTableInfo> LeftOuterJoin_AvailableFonts_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AvailableFontsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BaseTZLocation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BaseTZLocation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BaseTZLocationTableInfo> LeftOuterJoin_BaseTZLocation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BaseTZLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BaseTZLocation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BaseTZLocation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BaseTZLocationTableInfo> LeftOuterJoin_BaseTZLocation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BaseTZLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BatchTaskDefinition_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BatchTaskDefinition.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BatchTaskDefinitionTableInfo> LeftOuterJoin_BatchTaskDefinition_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BatchTaskDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BatchTaskDefinition_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BatchTaskDefinition.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BatchTaskDefinitionTableInfo> LeftOuterJoin_BatchTaskDefinition_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BatchTaskDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BatchTask_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BatchTask.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BatchTaskTableInfo> LeftOuterJoin_BatchTask_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BatchTaskTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BatchTask_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BatchTask.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BatchTaskTableInfo> LeftOuterJoin_BatchTask_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BatchTaskTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BinaryObjectLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BinaryObjectLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BinaryObjectLinkTableInfo> LeftOuterJoin_BinaryObjectLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BinaryObjectLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BinaryObjectLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BinaryObjectLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BinaryObjectLinkTableInfo> LeftOuterJoin_BinaryObjectLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BinaryObjectLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BinaryObject_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BinaryObject.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BinaryObjectTableInfo> LeftOuterJoin_BinaryObject_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BinaryObjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BinaryObject_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BinaryObject.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BinaryObjectTableInfo> LeftOuterJoin_BinaryObject_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BinaryObjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BoardViewSettings_AssociateId

Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.AssociateId.

Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BoardViewSettingsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BoardViewSettings_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BoardViewSettingsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BoardViewSettings_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BoardViewSettingsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BusinessGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BusinessGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessGroupLinkTableInfo> LeftOuterJoin_BusinessGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BusinessGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BusinessGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessGroupLinkTableInfo> LeftOuterJoin_BusinessGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BusinessHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to BusinessHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo> LeftOuterJoin_BusinessHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_BusinessHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to BusinessHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo> LeftOuterJoin_BusinessHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Business_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Business.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessTableInfo> LeftOuterJoin_Business_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Business_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Business.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<BusinessTableInfo> LeftOuterJoin_Business_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryFamily_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryFamily.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryFamilyTableInfo> LeftOuterJoin_CategoryFamily_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryFamilyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryFamily_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryFamily.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryFamilyTableInfo> LeftOuterJoin_CategoryFamily_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryFamilyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryGroupLinkTableInfo> LeftOuterJoin_CategoryGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryGroupLinkTableInfo> LeftOuterJoin_CategoryGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo> LeftOuterJoin_CategoryHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CategoryHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CategoryHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo> LeftOuterJoin_CategoryHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Category_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Category.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryTableInfo> LeftOuterJoin_Category_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Category_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Category.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CategoryTableInfo> LeftOuterJoin_Category_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CcTemplate_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CcTemplate.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CcTemplateTableInfo> LeftOuterJoin_CcTemplate_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CcTemplateTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CcTemplate_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CcTemplate.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CcTemplateTableInfo> LeftOuterJoin_CcTemplate_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CcTemplateTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Company_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Company.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CompanyTableInfo> LeftOuterJoin_Company_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CompanyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Company_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Company.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CompanyTableInfo> LeftOuterJoin_Company_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CompanyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ComptrGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ComptrGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrGroupLinkTableInfo> LeftOuterJoin_ComptrGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ComptrGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ComptrGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrGroupLinkTableInfo> LeftOuterJoin_ComptrGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ComptrHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ComptrHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo> LeftOuterJoin_ComptrHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ComptrHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ComptrHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo> LeftOuterJoin_ComptrHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Comptr_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Comptr.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrTableInfo> LeftOuterJoin_Comptr_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Comptr_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Comptr.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ComptrTableInfo> LeftOuterJoin_Comptr_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConfigurableScreenAppliesTo_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenAppliesTo.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo> LeftOuterJoin_ConfigurableScreenAppliesTo_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConfigurableScreenAppliesTo_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenAppliesTo.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo> LeftOuterJoin_ConfigurableScreenAppliesTo_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConfigurableScreenDelta_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenDelta.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConfigurableScreenDeltaTableInfo> LeftOuterJoin_ConfigurableScreenDelta_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConfigurableScreenDeltaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConfigurableScreenDelta_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenDelta.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConfigurableScreenDeltaTableInfo> LeftOuterJoin_ConfigurableScreenDelta_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConfigurableScreenDeltaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConnectionConfigField_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConnectionConfigField.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConnectionConfigFieldTableInfo> LeftOuterJoin_ConnectionConfigField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConnectionConfigFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConnectionConfigField_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConnectionConfigField.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConnectionConfigFieldTableInfo> LeftOuterJoin_ConnectionConfigField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConnectionConfigFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentPerson_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentPerson.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentPersonTableInfo> LeftOuterJoin_ConsentPerson_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentPersonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentPerson_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentPerson.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentPersonTableInfo> LeftOuterJoin_ConsentPerson_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentPersonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentPurpose_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentPurpose.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentPurposeTableInfo> LeftOuterJoin_ConsentPurpose_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentPurposeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentPurpose_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentPurpose.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentPurposeTableInfo> LeftOuterJoin_ConsentPurpose_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentPurposeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentSource_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentSource.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentSourceTableInfo> LeftOuterJoin_ConsentSource_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentSourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ConsentSource_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ConsentSource.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ConsentSourceTableInfo> LeftOuterJoin_ConsentSource_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ConsentSourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContIntGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContIntGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntGroupLinkTableInfo> LeftOuterJoin_ContIntGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContIntGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContIntGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntGroupLinkTableInfo> LeftOuterJoin_ContIntGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContIntHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContIntHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo> LeftOuterJoin_ContIntHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContIntHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContIntHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo> LeftOuterJoin_ContIntHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContInt_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContInt.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntTableInfo> LeftOuterJoin_ContInt_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContInt_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContInt.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ContIntTableInfo> LeftOuterJoin_ContInt_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContactInterest_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContactInterest.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ContactInterestTableInfo> LeftOuterJoin_ContactInterest_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactInterestTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ContactInterest_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ContactInterest.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ContactInterestTableInfo> LeftOuterJoin_ContactInterest_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactInterestTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Contact_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Contact.AssociateId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Contact_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Contact.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Contact_SupportAssociateId

Generated left outer join from the primary key AssociateId on this table, to Contact.SupportAssociateId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_SupportAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Contact_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Contact.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CopilotDataSourceSetting_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CopilotDataSourceSetting.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo> LeftOuterJoin_CopilotDataSourceSetting_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CopilotDataSourceSetting_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CopilotDataSourceSetting.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo> LeftOuterJoin_CopilotDataSourceSetting_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CopilotDataSource_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CopilotDataSource.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotDataSourceTableInfo> LeftOuterJoin_CopilotDataSource_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotDataSourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CopilotDataSource_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CopilotDataSource.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotDataSourceTableInfo> LeftOuterJoin_CopilotDataSource_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotDataSourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Copilot_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Copilot.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotTableInfo> LeftOuterJoin_Copilot_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Copilot_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Copilot.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CopilotTableInfo> LeftOuterJoin_Copilot_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CopilotTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CounterValue_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CounterValue.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CounterValueTableInfo> LeftOuterJoin_CounterValue_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CounterValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CounterValue_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CounterValue.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CounterValueTableInfo> LeftOuterJoin_CounterValue_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CounterValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CountryGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CountryGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryGroupLinkTableInfo> LeftOuterJoin_CountryGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CountryGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CountryGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryGroupLinkTableInfo> LeftOuterJoin_CountryGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CountryHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CountryHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryHeadingLinkTableInfo> LeftOuterJoin_CountryHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CountryHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CountryHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryHeadingLinkTableInfo> LeftOuterJoin_CountryHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Country_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Country.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryTableInfo> LeftOuterJoin_Country_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Country_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Country.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CountryTableInfo> LeftOuterJoin_Country_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Credentials_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Credentials.AssociateId.

Declaration
public TargetedLeftOuterJoin<CredentialsTableInfo> LeftOuterJoin_Credentials_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CredentialsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Credentials_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Credentials.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CredentialsTableInfo> LeftOuterJoin_Credentials_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CredentialsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Credentials_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Credentials.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CredentialsTableInfo> LeftOuterJoin_Credentials_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CredentialsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CreditedGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CreditedGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedGroupLinkTableInfo> LeftOuterJoin_CreditedGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CreditedGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CreditedGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedGroupLinkTableInfo> LeftOuterJoin_CreditedGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CreditedHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CreditedHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo> LeftOuterJoin_CreditedHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CreditedHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CreditedHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo> LeftOuterJoin_CreditedHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Credited_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Credited.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedTableInfo> LeftOuterJoin_Credited_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Credited_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Credited.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CreditedTableInfo> LeftOuterJoin_Credited_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CurrencyGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CurrencyGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo> LeftOuterJoin_CurrencyGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CurrencyGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CurrencyGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo> LeftOuterJoin_CurrencyGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CurrencyHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CurrencyHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo> LeftOuterJoin_CurrencyHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CurrencyHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CurrencyHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo> LeftOuterJoin_CurrencyHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Currency_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Currency.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyTableInfo> LeftOuterJoin_Currency_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Currency_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Currency.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CurrencyTableInfo> LeftOuterJoin_Currency_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CustConfig_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to CustConfig.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<CustConfigTableInfo> LeftOuterJoin_CustConfig_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CustConfigTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_CustConfig_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to CustConfig.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<CustConfigTableInfo> LeftOuterJoin_CustConfig_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CustConfigTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTheme_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTheme.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardThemeTableInfo> LeftOuterJoin_DashboardTheme_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardThemeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTheme_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTheme.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardThemeTableInfo> LeftOuterJoin_DashboardTheme_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardThemeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTileDefinition_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTileDefinition.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileDefinitionTableInfo> LeftOuterJoin_DashboardTileDefinition_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTileDefinition_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTileDefinition.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileDefinitionTableInfo> LeftOuterJoin_DashboardTileDefinition_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTileField_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTileField.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileFieldTableInfo> LeftOuterJoin_DashboardTileField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTileField_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTileField.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileFieldTableInfo> LeftOuterJoin_DashboardTileField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTile_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTile.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileTableInfo> LeftOuterJoin_DashboardTile_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DashboardTile_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DashboardTile.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTileTableInfo> LeftOuterJoin_DashboardTile_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTileTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Dashboard_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Dashboard.AssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTableInfo> LeftOuterJoin_Dashboard_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Dashboard_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Dashboard.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTableInfo> LeftOuterJoin_Dashboard_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Dashboard_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Dashboard.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DashboardTableInfo> LeftOuterJoin_Dashboard_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DashboardTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DataRight_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DataRight.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DataRightTableInfo> LeftOuterJoin_DataRight_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DataRightTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DataRight_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DataRight.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DataRightTableInfo> LeftOuterJoin_DataRight_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DataRightTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTermsGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTermsGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo> LeftOuterJoin_DeliveryTermsGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTermsGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTermsGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo> LeftOuterJoin_DeliveryTermsGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTermsHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTermsHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo> LeftOuterJoin_DeliveryTermsHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTermsHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTermsHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo> LeftOuterJoin_DeliveryTermsHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTerms_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTerms.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsTableInfo> LeftOuterJoin_DeliveryTerms_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTerms_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTerms.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsTableInfo> LeftOuterJoin_DeliveryTerms_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo> LeftOuterJoin_DeliveryTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo> LeftOuterJoin_DeliveryTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo> LeftOuterJoin_DeliveryTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo> LeftOuterJoin_DeliveryTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeTableInfo> LeftOuterJoin_DeliveryType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DeliveryType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DeliveryType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeTableInfo> LeftOuterJoin_DeliveryType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryViewRow_AssocId

Generated left outer join from the primary key AssociateId on this table, to DiaryViewRow.AssocId.

Declaration
public TargetedLeftOuterJoin<DiaryViewRowTableInfo> LeftOuterJoin_DiaryViewRow_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewRowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryViewRow_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DiaryViewRow.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DiaryViewRowTableInfo> LeftOuterJoin_DiaryViewRow_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewRowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryViewRow_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DiaryViewRow.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DiaryViewRowTableInfo> LeftOuterJoin_DiaryViewRow_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewRowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryView_AssocId

Generated left outer join from the primary key AssociateId on this table, to DiaryView.AssocId.

Declaration
public TargetedLeftOuterJoin<DiaryViewTableInfo> LeftOuterJoin_DiaryView_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryView_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DiaryView.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DiaryViewTableInfo> LeftOuterJoin_DiaryView_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DiaryView_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DiaryView.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DiaryViewTableInfo> LeftOuterJoin_DiaryView_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DiaryViewTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmplGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmplGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo> LeftOuterJoin_DocTmplGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmplGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmplGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo> LeftOuterJoin_DocTmplGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmplHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmplHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo> LeftOuterJoin_DocTmplHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmplHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmplHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo> LeftOuterJoin_DocTmplHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmpl_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmpl.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplTableInfo> LeftOuterJoin_DocTmpl_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_DocTmpl_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to DocTmpl.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DocTmplTableInfo> LeftOuterJoin_DocTmpl_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Document_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Document.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<DocumentTableInfo> LeftOuterJoin_Document_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocumentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Document_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Document.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<DocumentTableInfo> LeftOuterJoin_Document_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocumentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EjCategoryGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EjCategoryGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo> LeftOuterJoin_EjCategoryGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EjCategoryGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EjCategoryGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo> LeftOuterJoin_EjCategoryGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Ejscript_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Ejscript.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EjscriptTableInfo> LeftOuterJoin_Ejscript_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjscriptTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Ejscript_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Ejscript.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EjscriptTableInfo> LeftOuterJoin_Ejscript_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjscriptTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailAccount_AssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailAccount.AssociateId.

Declaration
public TargetedLeftOuterJoin<EmailAccountTableInfo> LeftOuterJoin_EmailAccount_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailAccountTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailAccount_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailAccount.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailAccountTableInfo> LeftOuterJoin_EmailAccount_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailAccountTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailAccount_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailAccount.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailAccountTableInfo> LeftOuterJoin_EmailAccount_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailAccountTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFlowContentLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFlowContentLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo> LeftOuterJoin_EmailFlowContentLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFlowContentLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFlowContentLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo> LeftOuterJoin_EmailFlowContentLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFlow_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFlow.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFlowTableInfo> LeftOuterJoin_EmailFlow_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFlowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFlow_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFlow.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFlowTableInfo> LeftOuterJoin_EmailFlow_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFlowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFolder_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFolder.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFolderTableInfo> LeftOuterJoin_EmailFolder_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFolderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailFolder_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailFolder.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailFolderTableInfo> LeftOuterJoin_EmailFolder_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailFolderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailItem_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailItem.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailItemTableInfo> LeftOuterJoin_EmailItem_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailItemTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EmailItem_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to EmailItem.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailItemTableInfo> LeftOuterJoin_EmailItem_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailItemTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Email_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Email.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailTableInfo> LeftOuterJoin_Email_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Email_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Email.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<EmailTableInfo> LeftOuterJoin_Email_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EmailTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_EntityCounts_AssociateId

Generated left outer join from the primary key AssociateId on this table, to EntityCounts.AssociateId.

Declaration
public TargetedLeftOuterJoin<EntityCountsTableInfo> LeftOuterJoin_EntityCounts_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EntityCountsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConfiguration_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConfiguration.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConfigurationTableInfo> LeftOuterJoin_ErpConfiguration_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConfiguration_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConfiguration.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConfigurationTableInfo> LeftOuterJoin_ErpConfiguration_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnectionAccess_AssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnectionAccess.AssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionAccessTableInfo> LeftOuterJoin_ErpConnectionAccess_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnectionAccess_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnectionAccess.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionAccessTableInfo> LeftOuterJoin_ErpConnectionAccess_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnectionAccess_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnectionAccess.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionAccessTableInfo> LeftOuterJoin_ErpConnectionAccess_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnectionActorType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnectionActorType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionActorTypeTableInfo> LeftOuterJoin_ErpConnectionActorType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionActorTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnectionActorType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnectionActorType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionActorTypeTableInfo> LeftOuterJoin_ErpConnectionActorType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionActorTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnection_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnection.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionTableInfo> LeftOuterJoin_ErpConnection_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnection_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnection.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionTableInfo> LeftOuterJoin_ErpConnection_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnector_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnector.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectorTableInfo> LeftOuterJoin_ErpConnector_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectorTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpConnector_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpConnector.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpConnectorTableInfo> LeftOuterJoin_ErpConnector_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectorTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpExternalKey_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpExternalKey.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpExternalKeyTableInfo> LeftOuterJoin_ErpExternalKey_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpExternalKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpExternalKey_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpExternalKey.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpExternalKeyTableInfo> LeftOuterJoin_ErpExternalKey_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpExternalKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpField_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpField.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpFieldTableInfo> LeftOuterJoin_ErpField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpField_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpField.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpFieldTableInfo> LeftOuterJoin_ErpField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpInternalKey_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpInternalKey.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpInternalKeyTableInfo> LeftOuterJoin_ErpInternalKey_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpInternalKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpInternalKey_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpInternalKey.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpInternalKeyTableInfo> LeftOuterJoin_ErpInternalKey_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpInternalKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpListItemMapping_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpListItemMapping.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpListItemMappingTableInfo> LeftOuterJoin_ErpListItemMapping_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpListItemMappingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpListItemMapping_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpListItemMapping.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpListItemMappingTableInfo> LeftOuterJoin_ErpListItemMapping_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpListItemMappingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpSyncLog_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpSyncLog.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpSyncLogTableInfo> LeftOuterJoin_ErpSyncLog_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpSyncLogTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ErpSyncLog_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ErpSyncLog.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ErpSyncLogTableInfo> LeftOuterJoin_ErpSyncLog_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpSyncLogTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtAppGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtAppGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo> LeftOuterJoin_ExtAppGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtAppGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtAppGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo> LeftOuterJoin_ExtAppGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtAppHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtAppHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo> LeftOuterJoin_ExtAppHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtAppHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtAppHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo> LeftOuterJoin_ExtAppHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtApp_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtApp.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppTableInfo> LeftOuterJoin_ExtApp_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExtApp_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExtApp.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ExtAppTableInfo> LeftOuterJoin_ExtApp_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalEvent_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExternalEvent.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalEvent_SignOffAssocId

Generated left outer join from the primary key AssociateId on this table, to ExternalEvent.SignOffAssocId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOffAssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalEvent_SignOnAssocId

Generated left outer join from the primary key AssociateId on this table, to ExternalEvent.SignOnAssocId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOnAssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalEvent_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExternalEvent.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalOwner_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExternalOwner.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ExternalOwnerTableInfo> LeftOuterJoin_ExternalOwner_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalOwnerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ExternalOwner_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ExternalOwner.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ExternalOwnerTableInfo> LeftOuterJoin_ExternalOwner_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExternalOwnerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Favourite_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Favourite.AssociateId.

Declaration
public TargetedLeftOuterJoin<FavouriteTableInfo> LeftOuterJoin_Favourite_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FavouriteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Favourite_RegisteredBy

Generated left outer join from the primary key AssociateId on this table, to Favourite.RegisteredBy.

Declaration
public TargetedLeftOuterJoin<FavouriteTableInfo> LeftOuterJoin_Favourite_RegisteredBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FavouriteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FieldLabel_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to FieldLabel.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FieldLabelTableInfo> LeftOuterJoin_FieldLabel_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FieldLabelTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FieldLabel_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to FieldLabel.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FieldLabelTableInfo> LeftOuterJoin_FieldLabel_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FieldLabelTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignApp_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignApp.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignAppTableInfo> LeftOuterJoin_ForeignApp_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignApp_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignApp.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignAppTableInfo> LeftOuterJoin_ForeignApp_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignDevice_OwnerId

Generated left outer join from the primary key AssociateId on this table, to ForeignDevice.OwnerId.

Declaration
public TargetedLeftOuterJoin<ForeignDeviceTableInfo> LeftOuterJoin_ForeignDevice_OwnerId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignDeviceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignDevice_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignDevice.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignDeviceTableInfo> LeftOuterJoin_ForeignDevice_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignDeviceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignDevice_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignDevice.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignDeviceTableInfo> LeftOuterJoin_ForeignDevice_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignDeviceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignKey_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignKey.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignKeyTableInfo> LeftOuterJoin_ForeignKey_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ForeignKey_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ForeignKey.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ForeignKeyTableInfo> LeftOuterJoin_ForeignKey_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ForeignKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FormFieldRestriction_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to FormFieldRestriction.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FormFieldRestrictionTableInfo> LeftOuterJoin_FormFieldRestriction_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormFieldRestrictionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FormFieldRestriction_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to FormFieldRestriction.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FormFieldRestrictionTableInfo> LeftOuterJoin_FormFieldRestriction_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormFieldRestrictionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FormFieldValue_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to FormFieldValue.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FormFieldValueTableInfo> LeftOuterJoin_FormFieldValue_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormFieldValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FormFieldValue_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to FormFieldValue.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FormFieldValueTableInfo> LeftOuterJoin_FormFieldValue_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormFieldValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Form_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Form.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Form_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Form.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FunctionRightRoleLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to FunctionRightRoleLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FunctionRightRoleLinkTableInfo> LeftOuterJoin_FunctionRightRoleLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FunctionRightRoleLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FunctionRightRoleLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to FunctionRightRoleLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FunctionRightRoleLinkTableInfo> LeftOuterJoin_FunctionRightRoleLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FunctionRightRoleLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FunctionRight_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to FunctionRight.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<FunctionRightTableInfo> LeftOuterJoin_FunctionRight_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FunctionRightTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_FunctionRight_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to FunctionRight.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<FunctionRightTableInfo> LeftOuterJoin_FunctionRight_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FunctionRightTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Heading_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Heading.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<HeadingTableInfo> LeftOuterJoin_Heading_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<HeadingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Heading_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Heading.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<HeadingTableInfo> LeftOuterJoin_Heading_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<HeadingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Hierarchy_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Hierarchy.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<HierarchyTableInfo> LeftOuterJoin_Hierarchy_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<HierarchyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Hierarchy_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Hierarchy.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<HierarchyTableInfo> LeftOuterJoin_Hierarchy_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<HierarchyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_History_AssociateId

Generated left outer join from the primary key AssociateId on this table, to History.AssociateId.

Declaration
public TargetedLeftOuterJoin<HistoryTableInfo> LeftOuterJoin_History_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<HistoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportDefault_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportDefault.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportDefaultTableInfo> LeftOuterJoin_ImportDefault_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportDefaultTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportDefault_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportDefault.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportDefaultTableInfo> LeftOuterJoin_ImportDefault_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportDefaultTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportField_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportField.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportFieldTableInfo> LeftOuterJoin_ImportField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportField_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportField.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportFieldTableInfo> LeftOuterJoin_ImportField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportObject_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportObject.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportObjectTableInfo> LeftOuterJoin_ImportObject_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportObjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportObject_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportObject.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportObjectTableInfo> LeftOuterJoin_ImportObject_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportObjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportRelation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportRelation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportRelationTableInfo> LeftOuterJoin_ImportRelation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportRelationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ImportRelation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ImportRelation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ImportRelationTableInfo> LeftOuterJoin_ImportRelation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ImportRelationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_IntentGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to IntentGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentGroupLinkTableInfo> LeftOuterJoin_IntentGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_IntentGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to IntentGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentGroupLinkTableInfo> LeftOuterJoin_IntentGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_IntentHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to IntentHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentHeadingLinkTableInfo> LeftOuterJoin_IntentHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_IntentHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to IntentHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentHeadingLinkTableInfo> LeftOuterJoin_IntentHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Intent_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Intent.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentTableInfo> LeftOuterJoin_Intent_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Intent_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Intent.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<IntentTableInfo> LeftOuterJoin_Intent_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Invitation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Invitation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<InvitationTableInfo> LeftOuterJoin_Invitation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<InvitationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Invitation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Invitation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<InvitationTableInfo> LeftOuterJoin_Invitation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<InvitationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LanguageInfoCountry_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LanguageInfoCountry.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LanguageInfoCountryTableInfo> LeftOuterJoin_LanguageInfoCountry_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LanguageInfoCountryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LanguageInfoCountry_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LanguageInfoCountry.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LanguageInfoCountryTableInfo> LeftOuterJoin_LanguageInfoCountry_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LanguageInfoCountryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LanguageInfo_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LanguageInfo.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LanguageInfoTableInfo> LeftOuterJoin_LanguageInfo_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LanguageInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LanguageInfo_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LanguageInfo.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LanguageInfoTableInfo> LeftOuterJoin_LanguageInfo_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LanguageInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LegalBase_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LegalBase.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LegalBaseTableInfo> LeftOuterJoin_LegalBase_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LegalBaseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LegalBase_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LegalBase.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LegalBaseTableInfo> LeftOuterJoin_LegalBase_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LegalBaseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LicenseAssocLink_AssocId

Generated left outer join from the primary key AssociateId on this table, to LicenseAssocLink.AssocId.

Declaration
public TargetedLeftOuterJoin<LicenseAssocLinkTableInfo> LeftOuterJoin_LicenseAssocLink_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseAssocLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LicenseAssocLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LicenseAssocLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LicenseAssocLinkTableInfo> LeftOuterJoin_LicenseAssocLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseAssocLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LicenseAssocLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LicenseAssocLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LicenseAssocLinkTableInfo> LeftOuterJoin_LicenseAssocLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseAssocLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LicenseSatlLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LicenseSatlLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LicenseSatlLinkTableInfo> LeftOuterJoin_LicenseSatlLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseSatlLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LicenseSatlLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LicenseSatlLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LicenseSatlLinkTableInfo> LeftOuterJoin_LicenseSatlLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseSatlLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LocaleText_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to LocaleText.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<LocaleTextTableInfo> LeftOuterJoin_LocaleText_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LocaleTextTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_LocaleText_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to LocaleText.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<LocaleTextTableInfo> LeftOuterJoin_LocaleText_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LocaleTextTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MailingDomains_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MailingDomains.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MailingDomainsTableInfo> LeftOuterJoin_MailingDomains_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MailingDomainsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MailingDomains_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MailingDomains.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MailingDomainsTableInfo> LeftOuterJoin_MailingDomains_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MailingDomainsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MergeMoveLog_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MergeMoveLog.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MergeMoveLogTableInfo> LeftOuterJoin_MergeMoveLog_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MergeMoveLogTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MergeMoveLog_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MergeMoveLog.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MergeMoveLogTableInfo> LeftOuterJoin_MergeMoveLog_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MergeMoveLogTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MessageHandler_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MessageHandler.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MessageHandlerTableInfo> LeftOuterJoin_MessageHandler_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MessageHandlerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MessageHandler_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MessageHandler.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MessageHandlerTableInfo> LeftOuterJoin_MessageHandler_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MessageHandlerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Message_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Message.AssociateId.

Declaration
public TargetedLeftOuterJoin<MessageTableInfo> LeftOuterJoin_Message_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Message_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Message.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MessageTableInfo> LeftOuterJoin_Message_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Message_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Message.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MessageTableInfo> LeftOuterJoin_Message_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ModuleLicense_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ModuleLicense.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ModuleLicenseTableInfo> LeftOuterJoin_ModuleLicense_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ModuleLicenseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ModuleLicense_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ModuleLicense.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ModuleLicenseTableInfo> LeftOuterJoin_ModuleLicense_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ModuleLicenseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ModuleOwner_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ModuleOwner.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ModuleOwnerTableInfo> LeftOuterJoin_ModuleOwner_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ModuleOwnerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ModuleOwner_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ModuleOwner.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ModuleOwnerTableInfo> LeftOuterJoin_ModuleOwner_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ModuleOwnerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrsGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrsGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo> LeftOuterJoin_MrMrsGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrsGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrsGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo> LeftOuterJoin_MrMrsGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrsHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrsHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo> LeftOuterJoin_MrMrsHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrsHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrsHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo> LeftOuterJoin_MrMrsHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrs_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrs.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsTableInfo> LeftOuterJoin_MrMrs_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_MrMrs_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to MrMrs.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<MrMrsTableInfo> LeftOuterJoin_MrMrs_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Notify_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Notify.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<NotifyTableInfo> LeftOuterJoin_Notify_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<NotifyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OnlineApp_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to OnlineApp.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<OnlineAppTableInfo> LeftOuterJoin_OnlineApp_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OnlineAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OnlineApp_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to OnlineApp.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<OnlineAppTableInfo> LeftOuterJoin_OnlineApp_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OnlineAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OutgoingMessage_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to OutgoingMessage.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<OutgoingMessageTableInfo> LeftOuterJoin_OutgoingMessage_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OutgoingMessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OutgoingMessage_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to OutgoingMessage.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<OutgoingMessageTableInfo> LeftOuterJoin_OutgoingMessage_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OutgoingMessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OwnerContactLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to OwnerContactLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<OwnerContactLinkTableInfo> LeftOuterJoin_OwnerContactLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OwnerContactLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_OwnerContactLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to OwnerContactLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<OwnerContactLinkTableInfo> LeftOuterJoin_OwnerContactLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OwnerContactLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo> LeftOuterJoin_PMembTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo> LeftOuterJoin_PMembTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo> LeftOuterJoin_PMembTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo> LeftOuterJoin_PMembTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeTableInfo> LeftOuterJoin_PMembType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PMembType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PMembType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PMembTypeTableInfo> LeftOuterJoin_PMembType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTermsGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTermsGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo> LeftOuterJoin_PaymentTermsGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTermsGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTermsGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo> LeftOuterJoin_PaymentTermsGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTermsHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTermsHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo> LeftOuterJoin_PaymentTermsHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTermsHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTermsHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo> LeftOuterJoin_PaymentTermsHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTerms_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTerms.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsTableInfo> LeftOuterJoin_PaymentTerms_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTerms_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTerms.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsTableInfo> LeftOuterJoin_PaymentTerms_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo> LeftOuterJoin_PaymentTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo> LeftOuterJoin_PaymentTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo> LeftOuterJoin_PaymentTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo> LeftOuterJoin_PaymentTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeTableInfo> LeftOuterJoin_PaymentType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PaymentType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PaymentType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeTableInfo> LeftOuterJoin_PaymentType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersIntGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersIntGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntGroupLinkTableInfo> LeftOuterJoin_PersIntGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersIntGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersIntGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntGroupLinkTableInfo> LeftOuterJoin_PersIntGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersIntHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersIntHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo> LeftOuterJoin_PersIntHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersIntHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersIntHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo> LeftOuterJoin_PersIntHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersInt_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersInt.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntTableInfo> LeftOuterJoin_PersInt_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersInt_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersInt.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersIntTableInfo> LeftOuterJoin_PersInt_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPosGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPosGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosGroupLinkTableInfo> LeftOuterJoin_PersPosGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPosGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPosGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosGroupLinkTableInfo> LeftOuterJoin_PersPosGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPosHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPosHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo> LeftOuterJoin_PersPosHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPosHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPosHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo> LeftOuterJoin_PersPosHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPos_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPos.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosTableInfo> LeftOuterJoin_PersPos_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersPos_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersPos.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersPosTableInfo> LeftOuterJoin_PersPos_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersonInterest_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersonInterest.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersonInterestTableInfo> LeftOuterJoin_PersonInterest_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersonInterestTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PersonInterest_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PersonInterest.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersonInterestTableInfo> LeftOuterJoin_PersonInterest_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersonInterestTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Person_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Person.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PersonTableInfo> LeftOuterJoin_Person_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Person_SupportAssociateId

Generated left outer join from the primary key AssociateId on this table, to Person.SupportAssociateId.

Declaration
public TargetedLeftOuterJoin<PersonTableInfo> LeftOuterJoin_Person_SupportAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Person_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Person.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PersonTableInfo> LeftOuterJoin_Person_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PhoneFormat_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PhoneFormat.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PhoneFormatTableInfo> LeftOuterJoin_PhoneFormat_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PhoneFormatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PhoneFormat_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PhoneFormat.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PhoneFormatTableInfo> LeftOuterJoin_PhoneFormat_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PhoneFormatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Phone_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Phone.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PhoneTableInfo> LeftOuterJoin_Phone_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PhoneTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Phone_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Phone.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PhoneTableInfo> LeftOuterJoin_Phone_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PhoneTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PrefDescLine_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PrefDescLine.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PrefDescLineTableInfo> LeftOuterJoin_PrefDescLine_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PrefDescLineTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PrefDescLine_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PrefDescLine.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PrefDescLineTableInfo> LeftOuterJoin_PrefDescLine_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PrefDescLineTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PrefDesc_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PrefDesc.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PrefDescTableInfo> LeftOuterJoin_PrefDesc_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PrefDescTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PrefDesc_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PrefDesc.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PrefDescTableInfo> LeftOuterJoin_PrefDesc_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PrefDescTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Preference_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Preference.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PreferenceTableInfo> LeftOuterJoin_Preference_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PreferenceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Preference_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Preference.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PreferenceTableInfo> LeftOuterJoin_Preference_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PreferenceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceList_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceList.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceListTableInfo> LeftOuterJoin_PriceList_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceListTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceList_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceList.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceListTableInfo> LeftOuterJoin_PriceList_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceListTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnitGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnitGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo> LeftOuterJoin_PriceUnitGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnitGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnitGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo> LeftOuterJoin_PriceUnitGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnitHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnitHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo> LeftOuterJoin_PriceUnitHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnitHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnitHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo> LeftOuterJoin_PriceUnitHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnit_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnit.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitTableInfo> LeftOuterJoin_PriceUnit_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriceUnit_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriceUnit.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriceUnitTableInfo> LeftOuterJoin_PriceUnit_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriorityGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriorityGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityGroupLinkTableInfo> LeftOuterJoin_PriorityGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriorityGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriorityGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityGroupLinkTableInfo> LeftOuterJoin_PriorityGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriorityHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriorityHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo> LeftOuterJoin_PriorityHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PriorityHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PriorityHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo> LeftOuterJoin_PriorityHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Priority_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Priority.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityTableInfo> LeftOuterJoin_Priority_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Priority_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Priority.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PriorityTableInfo> LeftOuterJoin_Priority_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProbGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProbGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbGroupLinkTableInfo> LeftOuterJoin_ProbGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProbGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProbGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbGroupLinkTableInfo> LeftOuterJoin_ProbGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProbHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProbHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbHeadingLinkTableInfo> LeftOuterJoin_ProbHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProbHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProbHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbHeadingLinkTableInfo> LeftOuterJoin_ProbHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Prob_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Prob.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbTableInfo> LeftOuterJoin_Prob_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Prob_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Prob.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProbTableInfo> LeftOuterJoin_Prob_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategoryGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategoryGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo> LeftOuterJoin_ProductCategoryGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategoryGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategoryGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo> LeftOuterJoin_ProductCategoryGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategoryHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategoryHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo> LeftOuterJoin_ProductCategoryHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategoryHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategoryHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo> LeftOuterJoin_ProductCategoryHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategory_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategory.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryTableInfo> LeftOuterJoin_ProductCategory_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductCategory_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductCategory.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryTableInfo> LeftOuterJoin_ProductCategory_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamilyGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamilyGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo> LeftOuterJoin_ProductFamilyGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamilyGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamilyGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo> LeftOuterJoin_ProductFamilyGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamilyHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamilyHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo> LeftOuterJoin_ProductFamilyHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamilyHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamilyHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo> LeftOuterJoin_ProductFamilyHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamily_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamily.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyTableInfo> LeftOuterJoin_ProductFamily_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductFamily_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductFamily.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyTableInfo> LeftOuterJoin_ProductFamily_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo> LeftOuterJoin_ProductTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo> LeftOuterJoin_ProductTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo> LeftOuterJoin_ProductTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo> LeftOuterJoin_ProductTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeTableInfo> LeftOuterJoin_ProductType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTypeTableInfo> LeftOuterJoin_ProductType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductVersion_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductVersion.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductVersionTableInfo> LeftOuterJoin_ProductVersion_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProductVersion_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProductVersion.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductVersionTableInfo> LeftOuterJoin_ProductVersion_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Product_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Product.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTableInfo> LeftOuterJoin_Product_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Product_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Product.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProductTableInfo> LeftOuterJoin_Product_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatusGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatusGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo> LeftOuterJoin_ProjStatusGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatusGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatusGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo> LeftOuterJoin_ProjStatusGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatusHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatusHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo> LeftOuterJoin_ProjStatusHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatusHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatusHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo> LeftOuterJoin_ProjStatusHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatus_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatus.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusTableInfo> LeftOuterJoin_ProjStatus_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjStatus_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjStatus.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjStatusTableInfo> LeftOuterJoin_ProjStatus_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo> LeftOuterJoin_ProjTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo> LeftOuterJoin_ProjTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> LeftOuterJoin_ProjTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> LeftOuterJoin_ProjTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeTableInfo> LeftOuterJoin_ProjType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjTypeTableInfo> LeftOuterJoin_ProjType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjectMember_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjectMember.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectMemberTableInfo> LeftOuterJoin_ProjectMember_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectMemberTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjectMember_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjectMember.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectMemberTableInfo> LeftOuterJoin_ProjectMember_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectMemberTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjectTypeStatusLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjectTypeStatusLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo> LeftOuterJoin_ProjectTypeStatusLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ProjectTypeStatusLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ProjectTypeStatusLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo> LeftOuterJoin_ProjectTypeStatusLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Project_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Project.AssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Project_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Project.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Project_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Project.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Publish_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Publish.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PublishTableInfo> LeftOuterJoin_Publish_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PublishTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Publish_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Publish.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PublishTableInfo> LeftOuterJoin_Publish_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PublishTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PushNotificationService_AssociateId

Generated left outer join from the primary key AssociateId on this table, to PushNotificationService.AssociateId.

Declaration
public TargetedLeftOuterJoin<PushNotificationServiceTableInfo> LeftOuterJoin_PushNotificationService_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PushNotificationServiceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PushNotificationService_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to PushNotificationService.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<PushNotificationServiceTableInfo> LeftOuterJoin_PushNotificationService_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PushNotificationServiceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_PushNotificationService_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to PushNotificationService.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<PushNotificationServiceTableInfo> LeftOuterJoin_PushNotificationService_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PushNotificationServiceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuickFilterInfo_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuickFilterInfo.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuickFilterInfoTableInfo> LeftOuterJoin_QuickFilterInfo_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuickFilterInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuickFilterInfo_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuickFilterInfo.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuickFilterInfoTableInfo> LeftOuterJoin_QuickFilterInfo_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuickFilterInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuickReply_AssociateId

Generated left outer join from the primary key AssociateId on this table, to QuickReply.AssociateId.

Declaration
public TargetedLeftOuterJoin<QuickReplyTableInfo> LeftOuterJoin_QuickReply_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuickReplyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuickReply_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuickReply.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuickReplyTableInfo> LeftOuterJoin_QuickReply_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuickReplyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuickReply_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuickReply.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuickReplyTableInfo> LeftOuterJoin_QuickReply_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuickReplyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteAlternative_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteAlternative.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteAlternativeTableInfo> LeftOuterJoin_QuoteAlternative_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteAlternativeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteAlternative_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteAlternative.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteAlternativeTableInfo> LeftOuterJoin_QuoteAlternative_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteAlternativeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReasonGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo> LeftOuterJoin_QuoteApprReasonGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReasonGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo> LeftOuterJoin_QuoteApprReasonGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReasonHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReasonHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReason_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReason.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonTableInfo> LeftOuterJoin_QuoteApprReason_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteApprReason_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteApprReason.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonTableInfo> LeftOuterJoin_QuoteApprReason_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteConnectionAccess_AssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteConnectionAccess.AssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo> LeftOuterJoin_QuoteConnectionAccess_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteConnectionAccess_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteConnectionAccess.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo> LeftOuterJoin_QuoteConnectionAccess_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteConnectionAccess_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteConnectionAccess.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo> LeftOuterJoin_QuoteConnectionAccess_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteConnection_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteConnection.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionTableInfo> LeftOuterJoin_QuoteConnection_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteConnection_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteConnection.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionTableInfo> LeftOuterJoin_QuoteConnection_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReasonGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo> LeftOuterJoin_QuoteDenyReasonGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReasonGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo> LeftOuterJoin_QuoteDenyReasonGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReasonHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReasonHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReason_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReason.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonTableInfo> LeftOuterJoin_QuoteDenyReason_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteDenyReason_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReason.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonTableInfo> LeftOuterJoin_QuoteDenyReason_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteLineConfiguration_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteLineConfiguration.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteLineConfigurationTableInfo> LeftOuterJoin_QuoteLineConfiguration_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteLineConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteLineConfiguration_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteLineConfiguration.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteLineConfigurationTableInfo> LeftOuterJoin_QuoteLineConfiguration_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteLineConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteLine_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteLine.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteLineTableInfo> LeftOuterJoin_QuoteLine_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteLineTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteLine_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteLine.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteLineTableInfo> LeftOuterJoin_QuoteLine_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteLineTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersionAttachment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteVersionAttachment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteVersionAttachmentTableInfo> LeftOuterJoin_QuoteVersionAttachment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionAttachmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersionAttachment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteVersionAttachment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteVersionAttachmentTableInfo> LeftOuterJoin_QuoteVersionAttachment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionAttachmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersion_ApprovedBy

Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.ApprovedBy.

Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_ApprovedBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersion_ApprovedRegisteredBy

Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.ApprovedRegisteredBy.

Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_ApprovedRegisteredBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersion_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersion_RequestAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.RequestAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_RequestAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_QuoteVersion_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteVersionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Quote_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Quote.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteTableInfo> LeftOuterJoin_Quote_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Quote_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Quote.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<QuoteTableInfo> LeftOuterJoin_Quote_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonGroupLinkTableInfo> LeftOuterJoin_ReasonGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonGroupLinkTableInfo> LeftOuterJoin_ReasonGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo> LeftOuterJoin_ReasonHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo> LeftOuterJoin_ReasonHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSoldGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSoldGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo> LeftOuterJoin_ReasonSoldGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSoldGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSoldGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo> LeftOuterJoin_ReasonSoldGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSoldHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSoldHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo> LeftOuterJoin_ReasonSoldHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSoldHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSoldHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo> LeftOuterJoin_ReasonSoldHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSold_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSold.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldTableInfo> LeftOuterJoin_ReasonSold_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonSold_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonSold.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldTableInfo> LeftOuterJoin_ReasonSold_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalledGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalledGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo> LeftOuterJoin_ReasonStalledGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalledGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalledGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo> LeftOuterJoin_ReasonStalledGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalledHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalledHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo> LeftOuterJoin_ReasonStalledHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalledHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalledHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo> LeftOuterJoin_ReasonStalledHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalled_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalled.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledTableInfo> LeftOuterJoin_ReasonStalled_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ReasonStalled_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ReasonStalled.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledTableInfo> LeftOuterJoin_ReasonStalled_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Reason_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Reason.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonTableInfo> LeftOuterJoin_Reason_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Reason_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Reason.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ReasonTableInfo> LeftOuterJoin_Reason_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RecurrenceRule_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RecurrenceRule.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RecurrenceRuleTableInfo> LeftOuterJoin_RecurrenceRule_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RecurrenceRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RecurrenceRule_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RecurrenceRule.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RecurrenceRuleTableInfo> LeftOuterJoin_RecurrenceRule_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RecurrenceRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RefCountRange_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RefCountRange.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RefCountRangeTableInfo> LeftOuterJoin_RefCountRange_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RefCountRangeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RefCountRange_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RefCountRange.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RefCountRangeTableInfo> LeftOuterJoin_RefCountRange_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RefCountRangeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RefCounts_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RefCounts.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RefCountsTableInfo> LeftOuterJoin_RefCounts_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RefCountsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RefCounts_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RefCounts.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RefCountsTableInfo> LeftOuterJoin_RefCounts_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RefCountsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReasonGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReasonGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo> LeftOuterJoin_RejectReasonGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReasonGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReasonGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo> LeftOuterJoin_RejectReasonGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReasonHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReasonHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo> LeftOuterJoin_RejectReasonHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReasonHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReasonHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo> LeftOuterJoin_RejectReasonHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReason_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReason.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonTableInfo> LeftOuterJoin_RejectReason_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RejectReason_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RejectReason.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RejectReasonTableInfo> LeftOuterJoin_RejectReason_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinitionGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinitionGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo> LeftOuterJoin_RelationDefinitionGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinitionGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinitionGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo> LeftOuterJoin_RelationDefinitionGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinitionHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinitionHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo> LeftOuterJoin_RelationDefinitionHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinitionHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinitionHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo> LeftOuterJoin_RelationDefinitionHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinition_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinition.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionTableInfo> LeftOuterJoin_RelationDefinition_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationDefinition_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationDefinition.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionTableInfo> LeftOuterJoin_RelationDefinition_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationTarget_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationTarget.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationTargetTableInfo> LeftOuterJoin_RelationTarget_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationTargetTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_RelationTarget_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to RelationTarget.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationTargetTableInfo> LeftOuterJoin_RelationTarget_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationTargetTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Relations_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Relations.AssociateId.

Declaration
public TargetedLeftOuterJoin<RelationsTableInfo> LeftOuterJoin_Relations_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Relations_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Relations.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationsTableInfo> LeftOuterJoin_Relations_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Relations_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Relations.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RelationsTableInfo> LeftOuterJoin_Relations_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ResourceOverride_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ResourceOverride.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ResourceOverrideTableInfo> LeftOuterJoin_ResourceOverride_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ResourceOverrideTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ResourceOverride_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ResourceOverride.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ResourceOverrideTableInfo> LeftOuterJoin_ResourceOverride_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ResourceOverrideTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Role_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Role.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<RoleTableInfo> LeftOuterJoin_Role_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RoleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Role_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Role.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<RoleTableInfo> LeftOuterJoin_Role_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RoleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SLink_TaskAssociateId

Generated left outer join from the primary key AssociateId on this table, to SLink.TaskAssociateId.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_TaskAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SLink_TaskCreatingAssociateId

Generated left outer join from the primary key AssociateId on this table, to SLink.TaskCreatingAssociateId.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_TaskCreatingAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SMessage_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SMessage.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SMessageTableInfo> LeftOuterJoin_SMessage_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SMessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SMessage_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SMessage.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SMessageTableInfo> LeftOuterJoin_SMessage_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SMessageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SMessageblock_AssociateId

Generated left outer join from the primary key AssociateId on this table, to SMessageblock.AssociateId.

Declaration
public TargetedLeftOuterJoin<SMessageblockTableInfo> LeftOuterJoin_SMessageblock_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SMessageblockTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SMessageblock_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SMessageblock.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SMessageblockTableInfo> LeftOuterJoin_SMessageblock_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SMessageblockTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SMessageblock_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SMessageblock.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SMessageblockTableInfo> LeftOuterJoin_SMessageblock_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SMessageblockTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SORLabelLayout_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SORLabelLayout.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SORLabelLayoutTableInfo> LeftOuterJoin_SORLabelLayout_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORLabelLayoutTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SORLabelLayout_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SORLabelLayout.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SORLabelLayoutTableInfo> LeftOuterJoin_SORLabelLayout_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORLabelLayoutTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SPictureEntry_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SPictureEntry.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SPictureEntryTableInfo> LeftOuterJoin_SPictureEntry_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SPictureEntryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SPictureEntry_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SPictureEntry.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SPictureEntryTableInfo> LeftOuterJoin_SPictureEntry_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SPictureEntryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SPictureFolder_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SPictureFolder.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SPictureFolderTableInfo> LeftOuterJoin_SPictureFolder_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SPictureFolderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SPictureFolder_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SPictureFolder.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SPictureFolderTableInfo> LeftOuterJoin_SPictureFolder_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SPictureFolderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SShipment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SShipment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SShipmentTableInfo> LeftOuterJoin_SShipment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SShipmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SShipment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SShipment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SShipmentTableInfo> LeftOuterJoin_SShipment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SShipmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaintConfiguration_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaintConfiguration.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaintConfigurationTableInfo> LeftOuterJoin_SaintConfiguration_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaintConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaintConfiguration_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaintConfiguration.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaintConfigurationTableInfo> LeftOuterJoin_SaintConfiguration_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaintConfigurationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleHist_AssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleHist.AssociateId.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleHistTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleHist_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleHist.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleHistTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleHist_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleHist.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleHistTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleStakeholder_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleStakeholder.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleStakeholderTableInfo> LeftOuterJoin_SaleStakeholder_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleStakeholderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleStakeholder_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleStakeholder.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleStakeholderTableInfo> LeftOuterJoin_SaleStakeholder_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleStakeholderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCatGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCatGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo> LeftOuterJoin_SaleTypeCatGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCatGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCatGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo> LeftOuterJoin_SaleTypeCatGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCatHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCatHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo> LeftOuterJoin_SaleTypeCatHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCatHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCatHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo> LeftOuterJoin_SaleTypeCatHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCat_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCat.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatTableInfo> LeftOuterJoin_SaleTypeCat_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeCat_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeCat.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatTableInfo> LeftOuterJoin_SaleTypeCat_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo> LeftOuterJoin_SaleTypeGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo> LeftOuterJoin_SaleTypeGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo> LeftOuterJoin_SaleTypeHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo> LeftOuterJoin_SaleTypeHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeQuoteAttachment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeQuoteAttachment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeQuoteAttachmentTableInfo> LeftOuterJoin_SaleTypeQuoteAttachment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeQuoteAttachmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeQuoteAttachment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeQuoteAttachment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeQuoteAttachmentTableInfo> LeftOuterJoin_SaleTypeQuoteAttachment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeQuoteAttachmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeStageLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeStageLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeStageLinkTableInfo> LeftOuterJoin_SaleTypeStageLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeStageLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleTypeStageLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleTypeStageLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeStageLinkTableInfo> LeftOuterJoin_SaleTypeStageLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeStageLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeTableInfo> LeftOuterJoin_SaleType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SaleType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SaleType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTypeTableInfo> LeftOuterJoin_SaleType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Sale_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Sale.AssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Sale_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Sale.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Sale_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Sale.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SalutationGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SalutationGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationGroupLinkTableInfo> LeftOuterJoin_SalutationGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SalutationGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SalutationGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationGroupLinkTableInfo> LeftOuterJoin_SalutationGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SalutationHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SalutationHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo> LeftOuterJoin_SalutationHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SalutationHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SalutationHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo> LeftOuterJoin_SalutationHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Salutation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Salutation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationTableInfo> LeftOuterJoin_Salutation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Salutation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Salutation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SalutationTableInfo> LeftOuterJoin_Salutation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Satellite_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Satellite.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SatelliteTableInfo> LeftOuterJoin_Satellite_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SatelliteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Satellite_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Satellite.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SatelliteTableInfo> LeftOuterJoin_Satellite_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SatelliteTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScreenChooser_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ScreenChooser.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ScreenChooserTableInfo> LeftOuterJoin_ScreenChooser_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScreenChooserTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScreenChooser_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ScreenChooser.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ScreenChooserTableInfo> LeftOuterJoin_ScreenChooser_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScreenChooserTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScriptTraceRun_AssociateId

Generated left outer join from the primary key AssociateId on this table, to ScriptTraceRun.AssociateId.

Declaration
public TargetedLeftOuterJoin<ScriptTraceRunTableInfo> LeftOuterJoin_ScriptTraceRun_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScriptTraceRunTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScriptTrace_AssociateId

Generated left outer join from the primary key AssociateId on this table, to ScriptTrace.AssociateId.

Declaration
public TargetedLeftOuterJoin<ScriptTraceTableInfo> LeftOuterJoin_ScriptTrace_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScriptTraceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScriptTrace_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ScriptTrace.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ScriptTraceTableInfo> LeftOuterJoin_ScriptTrace_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScriptTraceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ScriptTrace_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ScriptTrace.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ScriptTraceTableInfo> LeftOuterJoin_ScriptTrace_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScriptTraceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCatGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCatGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo> LeftOuterJoin_SearchCatGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCatGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCatGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo> LeftOuterJoin_SearchCatGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCatHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCatHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo> LeftOuterJoin_SearchCatHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCatHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCatHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo> LeftOuterJoin_SearchCatHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCat_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCat.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatTableInfo> LeftOuterJoin_SearchCat_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCat_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCat.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCatTableInfo> LeftOuterJoin_SearchCat_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriteriaGroup_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriteriaGroup.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo> LeftOuterJoin_SearchCriteriaGroup_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriteriaGroup_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriteriaGroup.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo> LeftOuterJoin_SearchCriteriaGroup_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriteria_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriteria.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaTableInfo> LeftOuterJoin_SearchCriteria_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriteriaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriteria_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriteria.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaTableInfo> LeftOuterJoin_SearchCriteria_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriteriaTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriterionValue_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriterionValue.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriterionValueTableInfo> LeftOuterJoin_SearchCriterionValue_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriterionValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriterionValue_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriterionValue.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriterionValueTableInfo> LeftOuterJoin_SearchCriterionValue_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriterionValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriterion_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriterion.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriterionTableInfo> LeftOuterJoin_SearchCriterion_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriterionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SearchCriterion_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SearchCriterion.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SearchCriterionTableInfo> LeftOuterJoin_SearchCriterion_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCriterionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Selection_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Selection.AssociateId.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Selection_LastLoadedBy

Generated left outer join from the primary key AssociateId on this table, to Selection.LastLoadedBy.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_LastLoadedBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Selection_LastMembershipChangeBy

Generated left outer join from the primary key AssociateId on this table, to Selection.LastMembershipChangeBy.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_LastMembershipChangeBy { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Selection_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Selection.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Selection_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Selection.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ServiceAuth_AssociateId

Generated left outer join from the primary key AssociateId on this table, to ServiceAuth.AssociateId.

Declaration
public TargetedLeftOuterJoin<ServiceAuthTableInfo> LeftOuterJoin_ServiceAuth_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ServiceAuthTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ServiceAuth_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ServiceAuth.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ServiceAuthTableInfo> LeftOuterJoin_ServiceAuth_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ServiceAuthTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ServiceAuth_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ServiceAuth.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ServiceAuthTableInfo> LeftOuterJoin_ServiceAuth_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ServiceAuthTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ShipmentTypeReservation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ShipmentTypeReservation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ShipmentTypeReservationTableInfo> LeftOuterJoin_ShipmentTypeReservation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ShipmentTypeReservationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ShipmentTypeReservation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ShipmentTypeReservation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ShipmentTypeReservationTableInfo> LeftOuterJoin_ShipmentTypeReservation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ShipmentTypeReservationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ShipmentType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to ShipmentType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<ShipmentTypeTableInfo> LeftOuterJoin_ShipmentType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ShipmentTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_ShipmentType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to ShipmentType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<ShipmentTypeTableInfo> LeftOuterJoin_ShipmentType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ShipmentTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SourceGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SourceGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceGroupLinkTableInfo> LeftOuterJoin_SourceGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SourceGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SourceGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceGroupLinkTableInfo> LeftOuterJoin_SourceGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SourceHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SourceHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceHeadingLinkTableInfo> LeftOuterJoin_SourceHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SourceHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SourceHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceHeadingLinkTableInfo> LeftOuterJoin_SourceHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Source_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Source.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceTableInfo> LeftOuterJoin_Source_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Source_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Source.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SourceTableInfo> LeftOuterJoin_Source_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRoleGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRoleGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo> LeftOuterJoin_StakeholderRoleGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRoleGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRoleGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo> LeftOuterJoin_StakeholderRoleGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRoleHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRoleHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo> LeftOuterJoin_StakeholderRoleHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRoleHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRoleHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo> LeftOuterJoin_StakeholderRoleHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRole_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRole.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleTableInfo> LeftOuterJoin_StakeholderRole_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StakeholderRole_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to StakeholderRole.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleTableInfo> LeftOuterJoin_StakeholderRole_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StatusDef_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to StatusDef.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<StatusDefTableInfo> LeftOuterJoin_StatusDef_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StatusDefTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StatusDef_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to StatusDef.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<StatusDefTableInfo> LeftOuterJoin_StatusDef_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StatusDefTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StatusValue_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to StatusValue.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<StatusValueTableInfo> LeftOuterJoin_StatusValue_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StatusValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_StatusValue_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to StatusValue.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<StatusValueTableInfo> LeftOuterJoin_StatusValue_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StatusValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnitGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnitGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo> LeftOuterJoin_SubscriptionUnitGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnitGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnitGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo> LeftOuterJoin_SubscriptionUnitGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnitHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnitHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo> LeftOuterJoin_SubscriptionUnitHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnitHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnitHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo> LeftOuterJoin_SubscriptionUnitHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnit_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnit.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitTableInfo> LeftOuterJoin_SubscriptionUnit_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SubscriptionUnit_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SubscriptionUnit.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitTableInfo> LeftOuterJoin_SubscriptionUnit_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuggestedAppointment_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuggestedAppointment.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SuggestedAppointmentTableInfo> LeftOuterJoin_SuggestedAppointment_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuggestedAppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuggestedAppointment_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuggestedAppointment.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SuggestedAppointmentTableInfo> LeftOuterJoin_SuggestedAppointment_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuggestedAppointmentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuggestedDocument_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuggestedDocument.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SuggestedDocumentTableInfo> LeftOuterJoin_SuggestedDocument_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuggestedDocumentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuggestedDocument_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuggestedDocument.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SuggestedDocumentTableInfo> LeftOuterJoin_SuggestedDocument_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuggestedDocumentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuperListColumnSize_AssocId

Generated left outer join from the primary key AssociateId on this table, to SuperListColumnSize.AssocId.

Declaration
public TargetedLeftOuterJoin<SuperListColumnSizeTableInfo> LeftOuterJoin_SuperListColumnSize_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuperListColumnSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuperListColumnSize_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuperListColumnSize.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SuperListColumnSizeTableInfo> LeftOuterJoin_SuperListColumnSize_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuperListColumnSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SuperListColumnSize_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SuperListColumnSize.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SuperListColumnSizeTableInfo> LeftOuterJoin_SuperListColumnSize_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuperListColumnSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SystemEvent_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to SystemEvent.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<SystemEventTableInfo> LeftOuterJoin_SystemEvent_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SystemEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_SystemEvent_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to SystemEvent.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<SystemEventTableInfo> LeftOuterJoin_SystemEvent_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SystemEventTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZDstRule_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZDstRule.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TZDstRuleTableInfo> LeftOuterJoin_TZDstRule_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZDstRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZDstRule_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZDstRule.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TZDstRuleTableInfo> LeftOuterJoin_TZDstRule_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZDstRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZLocation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZLocation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TZLocationTableInfo> LeftOuterJoin_TZLocation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZLocation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZLocation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TZLocationTableInfo> LeftOuterJoin_TZLocation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZStdRule_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZStdRule.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TZStdRuleTableInfo> LeftOuterJoin_TZStdRule_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZStdRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TZStdRule_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TZStdRule.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TZStdRuleTableInfo> LeftOuterJoin_TZStdRule_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TZStdRuleTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TabOrder_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TabOrder.AssociateId.

Declaration
public TargetedLeftOuterJoin<TabOrderTableInfo> LeftOuterJoin_TabOrder_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TabOrderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TabOrder_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TabOrder.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TabOrderTableInfo> LeftOuterJoin_TabOrder_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TabOrderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TabOrder_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TabOrder.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TabOrderTableInfo> LeftOuterJoin_TabOrder_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TabOrderTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TagsGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TagsGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsGroupLinkTableInfo> LeftOuterJoin_TagsGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TagsGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TagsGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsGroupLinkTableInfo> LeftOuterJoin_TagsGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TagsHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TagsHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsHeadingLinkTableInfo> LeftOuterJoin_TagsHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TagsHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TagsHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsHeadingLinkTableInfo> LeftOuterJoin_TagsHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Tags_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Tags.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsTableInfo> LeftOuterJoin_Tags_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Tags_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Tags.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TagsTableInfo> LeftOuterJoin_Tags_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetAssignmentInfo_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.AssociateId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetAssignmentInfo_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetAssignmentInfo_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetAssignmentValue_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentValue.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentValueTableInfo> LeftOuterJoin_TargetAssignmentValue_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetAssignmentValue_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentValue.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentValueTableInfo> LeftOuterJoin_TargetAssignmentValue_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentValueTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetChange_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetChange.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetChangeTableInfo> LeftOuterJoin_TargetChange_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetChangeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetChange_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetChange.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetChangeTableInfo> LeftOuterJoin_TargetChange_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetChangeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetDimension_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetDimension.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetDimensionTableInfo> LeftOuterJoin_TargetDimension_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetDimensionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetDimension_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetDimension.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetDimensionTableInfo> LeftOuterJoin_TargetDimension_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetDimensionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetGroup_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetGroup.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetGroupTableInfo> LeftOuterJoin_TargetGroup_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetGroup_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetGroup.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetGroupTableInfo> LeftOuterJoin_TargetGroup_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetPeriod_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetPeriod.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetPeriodTableInfo> LeftOuterJoin_TargetPeriod_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetPeriodTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetPeriod_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetPeriod.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetPeriodTableInfo> LeftOuterJoin_TargetPeriod_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetPeriodTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetRevisionHistory_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.AssociateId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetRevisionHistory_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetRevisionHistory_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetRevision_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetRevision.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionTableInfo> LeftOuterJoin_TargetRevision_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TargetRevision_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TargetRevision.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionTableInfo> LeftOuterJoin_TargetRevision_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskGroupLinkTableInfo> LeftOuterJoin_TaskGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskGroupLinkTableInfo> LeftOuterJoin_TaskGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskHeadingLinkTableInfo> LeftOuterJoin_TaskHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskHeadingLinkTableInfo> LeftOuterJoin_TaskHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenuGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenuGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo> LeftOuterJoin_TaskMenuGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenuGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenuGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo> LeftOuterJoin_TaskMenuGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenuHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenuHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenuHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenuHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenu_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenu.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuTableInfo> LeftOuterJoin_TaskMenu_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TaskMenu_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TaskMenu.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskMenuTableInfo> LeftOuterJoin_TaskMenu_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Task_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Task.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskTableInfo> LeftOuterJoin_Task_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Task_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Task.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TaskTableInfo> LeftOuterJoin_Task_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TempDbLock_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TempDbLock.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TempDbLockTableInfo> LeftOuterJoin_TempDbLock_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TempDbLockTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TempDbLock_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TempDbLock.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TempDbLockTableInfo> LeftOuterJoin_TempDbLock_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TempDbLockTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TemporaryKey_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TemporaryKey.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TemporaryKeyTableInfo> LeftOuterJoin_TemporaryKey_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TemporaryKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TemporaryKey_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TemporaryKey.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TemporaryKeyTableInfo> LeftOuterJoin_TemporaryKey_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TemporaryKeyTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Text_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Text.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TextTableInfo> LeftOuterJoin_Text_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TextTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Text_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Text.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TextTableInfo> LeftOuterJoin_Text_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TextTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketRelationDef_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketRelationDef.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketRelationDefTableInfo> LeftOuterJoin_TicketRelationDef_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationDefTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketRelationDef_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketRelationDef.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketRelationDefTableInfo> LeftOuterJoin_TicketRelationDef_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationDefTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketRelation_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketRelation.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketRelationTableInfo> LeftOuterJoin_TicketRelation_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketRelation_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketRelation.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketRelationTableInfo> LeftOuterJoin_TicketRelation_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketTypePriority_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketTypePriority.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypePriorityTableInfo> LeftOuterJoin_TicketTypePriority_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypePriorityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketTypePriority_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketTypePriority.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypePriorityTableInfo> LeftOuterJoin_TicketTypePriority_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypePriorityTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketTypeStatus_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketTypeStatus.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypeStatusTableInfo> LeftOuterJoin_TicketTypeStatus_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypeStatusTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketTypeStatus_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketTypeStatus.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypeStatusTableInfo> LeftOuterJoin_TicketTypeStatus_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypeStatusTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketType_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketType.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypeTableInfo> LeftOuterJoin_TicketType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TicketType_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TicketType.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TicketTypeTableInfo> LeftOuterJoin_TicketType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketTypeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TimeKeeping_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TimeKeeping.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TimeKeepingTableInfo> LeftOuterJoin_TimeKeeping_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TimeKeepingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TimeKeeping_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TimeKeeping.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TimeKeepingTableInfo> LeftOuterJoin_TimeKeeping_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TimeKeepingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelCurrent_CentralId

Generated left outer join from the primary key AssociateId on this table, to TravelCurrent.CentralId.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_CentralId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelCurrent_CurrentId

Generated left outer join from the primary key AssociateId on this table, to TravelCurrent.CurrentId.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_CurrentId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelCurrent_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelCurrent.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelCurrent_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelCurrent.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelCurrentTableInfo> LeftOuterJoin_TravelCurrent_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelCurrentTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelGeneratedDatabase_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedDatabase.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo> LeftOuterJoin_TravelGeneratedDatabase_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelGeneratedDatabase_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedDatabase.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo> LeftOuterJoin_TravelGeneratedDatabase_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelGeneratedTransaction_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedTransaction.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelGeneratedTransaction_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedTransaction.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelIDMapping_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.AssociateId.

Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelIDMappingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelIDMapping_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelIDMappingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelIDMapping_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelIDMappingTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TravelTransactionLog_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TravelTransactionLog.AssociateId.

Declaration
public TargetedLeftOuterJoin<TravelTransactionLogTableInfo> LeftOuterJoin_TravelTransactionLog_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravelTransactionLogTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Traveller_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Traveller.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravellerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Traveller_TravelId

Generated left outer join from the primary key AssociateId on this table, to Traveller.TravelId.

Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_TravelId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravellerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Traveller_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Traveller.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TravellerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TrayApp_AssociateId

Generated left outer join from the primary key AssociateId on this table, to TrayApp.AssociateId.

Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TrayAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TrayApp_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TrayApp.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TrayAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TrayApp_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TrayApp.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TrayAppTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TypicalSearch_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to TypicalSearch.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<TypicalSearchTableInfo> LeftOuterJoin_TypicalSearch_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TypicalSearchTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_TypicalSearch_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to TypicalSearch.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<TypicalSearchTableInfo> LeftOuterJoin_TypicalSearch_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TypicalSearchTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListDefinition_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListDefinition.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListDefinitionTableInfo> LeftOuterJoin_UDListDefinition_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListDefinition_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListDefinition.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListDefinitionTableInfo> LeftOuterJoin_UDListDefinition_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListDefinitionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListHeadingLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListHeadingLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_RegisteredAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDListHeadingLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDListHeadingLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_UpdatedAssociateId { 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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDList_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDList.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListTableInfo> LeftOuterJoin_UDList_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDList_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDList.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDListTableInfo> LeftOuterJoin_UDList_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDefFieldGL_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDefFieldGL.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldGLTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDefFieldGL_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDefFieldGL.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldGLTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDefField_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDefField.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UDefFieldTableInfo> LeftOuterJoin_UDefField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UDefField_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UDefField.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UDefFieldTableInfo> LeftOuterJoin_UDefField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_URL_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to URL.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<URLTableInfo> LeftOuterJoin_URL_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<URLTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_URL_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to URL.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<URLTableInfo> LeftOuterJoin_URL_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<URLTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserGroupLink_AssocId

Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.AssocId.

Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserGroupLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserGroupLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserGroup_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserGroup.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UserGroupTableInfo> LeftOuterJoin_UserGroup_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserGroup_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserGroup.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UserGroupTableInfo> LeftOuterJoin_UserGroup_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserPreference_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserPreference.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UserPreferenceTableInfo> LeftOuterJoin_UserPreference_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserPreferenceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserPreference_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserPreference.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UserPreferenceTableInfo> LeftOuterJoin_UserPreference_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserPreferenceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserRoleLink_AssociateId

Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.AssociateId.

Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserRoleLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserRoleLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserRoleLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UserRoleLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserRoleLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UtmParameters_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to UtmParameters.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<UtmParametersTableInfo> LeftOuterJoin_UtmParameters_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UtmParametersTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_UtmParameters_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to UtmParameters.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<UtmParametersTableInfo> LeftOuterJoin_UtmParameters_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UtmParametersTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_VisibleFor_ForAssocId

Generated left outer join from the primary key AssociateId on this table, to VisibleFor.ForAssocId.

Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_ForAssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<VisibleForTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_VisibleFor_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to VisibleFor.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<VisibleForTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_VisibleFor_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to VisibleFor.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<VisibleForTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WebAppUsage_AssocId

Generated left outer join from the primary key AssociateId on this table, to WebAppUsage.AssocId.

Declaration
public TargetedLeftOuterJoin<WebAppUsageTableInfo> LeftOuterJoin_WebAppUsage_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WebAppUsageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WebhookUsage_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WebhookUsage.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WebhookUsageTableInfo> LeftOuterJoin_WebhookUsage_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WebhookUsageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WebhookUsage_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WebhookUsage.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WebhookUsageTableInfo> LeftOuterJoin_WebhookUsage_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WebhookUsageTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Webhook_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Webhook.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WebhookTableInfo> LeftOuterJoin_Webhook_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WebhookTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Webhook_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Webhook.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WebhookTableInfo> LeftOuterJoin_Webhook_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WebhookTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WinPosSize_AssocId

Generated left outer join from the primary key AssociateId on this table, to WinPosSize.AssocId.

Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_AssocId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WinPosSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WinPosSize_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WinPosSize.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WinPosSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WinPosSize_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WinPosSize.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WinPosSizeTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowGoal_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowGoal.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowGoalTableInfo> LeftOuterJoin_WorkflowGoal_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowGoalTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowGoal_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowGoal.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowGoalTableInfo> LeftOuterJoin_WorkflowGoal_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowGoalTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowInstance_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowInstance.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowInstanceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowInstance_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowInstance.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowInstanceTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowRootStepLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowRootStepLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> LeftOuterJoin_WorkflowRootStepLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowRootStepLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowRootStepLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> LeftOuterJoin_WorkflowRootStepLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStepOptionLink_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOptionLink.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> LeftOuterJoin_WorkflowStepOptionLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStepOptionLink_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOptionLink.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> LeftOuterJoin_WorkflowStepOptionLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStepOption_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOption.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> LeftOuterJoin_WorkflowStepOption_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepOptionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStepOption_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOption.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> LeftOuterJoin_WorkflowStepOption_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepOptionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStep_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStep.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepTableInfo> LeftOuterJoin_WorkflowStep_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowStep_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowStep.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowStepTableInfo> LeftOuterJoin_WorkflowStep_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowStepTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowTrigger_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowTrigger.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowTriggerTableInfo> LeftOuterJoin_WorkflowTrigger_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTriggerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowTrigger_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowTrigger.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowTriggerTableInfo> LeftOuterJoin_WorkflowTrigger_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTriggerTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowWaitForAction_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowWaitForAction.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> LeftOuterJoin_WorkflowWaitForAction_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_WorkflowWaitForAction_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to WorkflowWaitForAction.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> LeftOuterJoin_WorkflowWaitForAction_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Workflow_AssociateId

Generated left outer join from the primary key AssociateId on this table, to Workflow.AssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Workflow_RegisteredAssociateId

Generated left outer join from the primary key AssociateId on this table, to Workflow.RegisteredAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTableInfo>
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 TablesInfo.GetAssociateInfo().

LeftOuterJoin_Workflow_UpdatedAssociateId

Generated left outer join from the primary key AssociateId on this table, to Workflow.UpdatedAssociateId.

Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTableInfo>
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 TablesInfo.GetAssociateInfo().

LocationAddress

Field 'locationAddress' in table 'associate': Dictionary type String[240], .NET type: string

Address of location, if this is a resource that is a location
Declaration
public StringFieldInfo LocationAddress { 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 TablesInfo.GetAssociateInfo().

Name

Field 'name' in table 'associate': Dictionary type String[240], .NET type: string

Initials, also login name, possibly database user name
Declaration
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 TablesInfo.GetAssociateInfo().

PersonId

Field 'person_id' in table 'associate': Dictionary type FK, target: Person, .NET type: int

Owning person record
Declaration
public Int32FieldInfo PersonId { 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 TablesInfo.GetAssociateInfo().

PersonId_InnerJoin_Person

Generated join from the foreign key PersonId in this table, to its target table PersonTableInfo.

Declaration
public TargetedInnerJoin<PersonTableInfo> PersonId_InnerJoin_Person { get; }
Property Value
Type Description
TargetedInnerJoin<PersonTableInfo>
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 TablesInfo.GetAssociateInfo().

Rank

Field 'rank' in table 'associate': Dictionary type UShort, .NET type: short

Rank order
Declaration
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 TablesInfo.GetAssociateInfo().

Registered

Field 'registered' in table 'associate': Dictionary type UtcDateTime, .NET type: DateTime

Registered when
Declaration
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 TablesInfo.GetAssociateInfo().

RegisteredAssociateId

Field 'registered_associate_id' in table 'associate': Dictionary type FK, target: Associate, .NET type: int

Registered by whom
Declaration
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 TablesInfo.GetAssociateInfo().

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 TablesInfo.GetAssociateInfo().

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
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 TablesInfo.GetAssociateInfo().

Tooltip

Field 'tooltip' in table 'associate': Dictionary type String[255], .NET type: string

Tooltip or other description
Declaration
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 TablesInfo.GetAssociateInfo().

Type

Field 'type' in table 'associate': Dictionary type Enum, .NET type: AssociateType

Associate type
Declaration
public AssociateTypeFieldInfo Type { get; }
Property Value
Type Description
AssociateTypeFieldInfo
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 TablesInfo.GetAssociateInfo().

TzLocationId

Field 'tzLocationId' in table 'associate': Dictionary type FK, target: TZLocation, .NET type: int

Default timezone location for this associate
Declaration
public Int32FieldInfo TzLocationId { 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 TablesInfo.GetAssociateInfo().

TzLocationId_InnerJoin_TZLocation

Generated join from the foreign key TzLocationId in this table, to its target table TZLocationTableInfo.

Declaration
public TargetedInnerJoin<TZLocationTableInfo> TzLocationId_InnerJoin_TZLocation { get; }
Property Value
Type Description
TargetedInnerJoin<TZLocationTableInfo>
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 TablesInfo.GetAssociateInfo().

Updated

Field 'updated' in table 'associate': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when
Declaration
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 TablesInfo.GetAssociateInfo().

UpdatedAssociateId

Field 'updated_associate_id' in table 'associate': Dictionary type FK, target: Associate, .NET type: int

Last updated by whom
Declaration
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 TablesInfo.GetAssociateInfo().

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 TablesInfo.GetAssociateInfo().

UpdatedCount

Field 'updatedCount' in table 'associate': Dictionary type UShort, .NET type: short

Number of updates
Declaration
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 TablesInfo.GetAssociateInfo().

UserFlags

Field 'userFlags' in table 'associate': Dictionary type String[128], .NET type: string

user-specific GUI flags
Declaration
public StringFieldInfo UserFlags { 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 TablesInfo.GetAssociateInfo().

UserName

Field 'userName' in table 'associate': Dictionary type String[255], .NET type: string

Associate user name
Declaration
public StringFieldInfo UserName { 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 TablesInfo.GetAssociateInfo().

WaitingForApproval

Field 'waiting_for_approval' in table 'associate': Dictionary type Bool, .NET type: short

0 = Approved (default). 1 = Associate/User must be approved by an administrator. User cannot log in while waiting, but can be assigned licenses. Used in Online.
Declaration
public UInt16FieldInfo WaitingForApproval { 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 TablesInfo.GetAssociateInfo().

Implements

ICloneable

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