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(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[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 .

Fields

DictionaryTableName

Conceptual name of table Associate in the database dictionary: associate

Declaration
public const string DictionaryTableName = "associate"
Field Value
Type Description
String

Properties

AssociateId

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

Primary key

Declaration
public Int32FieldInfo AssociateId { get; }
Property Value
Type Description
Int32FieldInfo

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

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

Deleted

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

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

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
Int32

EjUserId

Field 'ejuserId' in table 'associate': Dictionary type FK, .NET type: Int32

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

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>

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

GroupIdx

Field 'group_idx' in table 'associate': Dictionary type FK, .NET type: Int32

Primary group membership, see UserGroupLink for secondary memberships

Declaration
public Int32FieldInfo GroupIdx { get; }
Property Value
Type Description
Int32FieldInfo

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>

IsLocation

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

For resources only: 1 if this resource represents a location

Declaration
public UInt16FieldInfo IsLocation { get; }
Property Value
Type Description
UInt16FieldInfo

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

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

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

LeftOuterJoin_OLEField_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEFieldTableInfo> LeftOuterJoin_OLEField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEFieldTableInfo>

LeftOuterJoin_OLEField_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEFieldTableInfo> LeftOuterJoin_OLEField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEFieldTableInfo>

LeftOuterJoin_OLEFieldText_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEFieldTextTableInfo> LeftOuterJoin_OLEFieldText_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEFieldTextTableInfo>

LeftOuterJoin_OLEFieldText_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEFieldTextTableInfo> LeftOuterJoin_OLEFieldText_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEFieldTextTableInfo>

LeftOuterJoin_OLESubject_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLESubjectTableInfo> LeftOuterJoin_OLESubject_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLESubjectTableInfo>

LeftOuterJoin_OLESubject_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLESubjectTableInfo> LeftOuterJoin_OLESubject_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLESubjectTableInfo>

LeftOuterJoin_OLESubjectText_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLESubjectTextTableInfo> LeftOuterJoin_OLESubjectText_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLESubjectTextTableInfo>

LeftOuterJoin_OLESubjectText_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLESubjectTextTableInfo> LeftOuterJoin_OLESubjectText_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLESubjectTextTableInfo>

LeftOuterJoin_OLEView_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEViewTableInfo> LeftOuterJoin_OLEView_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEViewTableInfo>

LeftOuterJoin_OLEView_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEViewTableInfo> LeftOuterJoin_OLEView_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEViewTableInfo>

LeftOuterJoin_OLEViewText_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEViewTextTableInfo> LeftOuterJoin_OLEViewText_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEViewTextTableInfo>

LeftOuterJoin_OLEViewText_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<OLEViewTextTableInfo> LeftOuterJoin_OLEViewText_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<OLEViewTextTableInfo>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

LeftOuterJoin_ReporterListDef_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<ReporterListDefTableInfo> LeftOuterJoin_ReporterListDef_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReporterListDefTableInfo>

LeftOuterJoin_ReporterListDef_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<ReporterListDefTableInfo> LeftOuterJoin_ReporterListDef_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReporterListDefTableInfo>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

LeftOuterJoin_SORCriteria_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORCriteriaTableInfo> LeftOuterJoin_SORCriteria_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORCriteriaTableInfo>

LeftOuterJoin_SORCriteria_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORCriteriaTableInfo> LeftOuterJoin_SORCriteria_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORCriteriaTableInfo>

LeftOuterJoin_SORFCT_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORFCTTableInfo> LeftOuterJoin_SORFCT_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORFCTTableInfo>

LeftOuterJoin_SORFCT_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORFCTTableInfo> LeftOuterJoin_SORFCT_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORFCTTableInfo>

LeftOuterJoin_SORField_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORFieldTableInfo> LeftOuterJoin_SORField_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORFieldTableInfo>

LeftOuterJoin_SORField_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORFieldTableInfo> LeftOuterJoin_SORField_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORFieldTableInfo>

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>

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>

LeftOuterJoin_SOROperators_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SOROperatorsTableInfo> LeftOuterJoin_SOROperators_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SOROperatorsTableInfo>

LeftOuterJoin_SOROperators_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SOROperatorsTableInfo> LeftOuterJoin_SOROperators_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SOROperatorsTableInfo>

LeftOuterJoin_SORPublish_AssociateId

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

Declaration
public TargetedLeftOuterJoin<SORPublishTableInfo> LeftOuterJoin_SORPublish_AssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishTableInfo>

LeftOuterJoin_SORPublish_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORPublishTableInfo> LeftOuterJoin_SORPublish_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishTableInfo>

LeftOuterJoin_SORPublish_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORPublishTableInfo> LeftOuterJoin_SORPublish_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishTableInfo>

LeftOuterJoin_SORPublishGroupLink_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo> LeftOuterJoin_SORPublishGroupLink_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo>

LeftOuterJoin_SORPublishGroupLink_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo> LeftOuterJoin_SORPublishGroupLink_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo>

LeftOuterJoin_SORSection_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORSectionTableInfo> LeftOuterJoin_SORSection_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORSectionTableInfo>

LeftOuterJoin_SORSection_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORSectionTableInfo> LeftOuterJoin_SORSection_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORSectionTableInfo>

LeftOuterJoin_SORTemplate_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORTemplateTableInfo> LeftOuterJoin_SORTemplate_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORTemplateTableInfo>

LeftOuterJoin_SORTemplate_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<SORTemplateTableInfo> LeftOuterJoin_SORTemplate_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORTemplateTableInfo>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

LeftOuterJoin_TicketRelationAction_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<TicketRelationActionTableInfo> LeftOuterJoin_TicketRelationAction_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationActionTableInfo>

LeftOuterJoin_TicketRelationAction_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<TicketRelationActionTableInfo> LeftOuterJoin_TicketRelationAction_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationActionTableInfo>

LeftOuterJoin_TicketRelationType_RegisteredAssociateId

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

Declaration
public TargetedLeftOuterJoin<TicketRelationTypeTableInfo> LeftOuterJoin_TicketRelationType_RegisteredAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationTypeTableInfo>

LeftOuterJoin_TicketRelationType_UpdatedAssociateId

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

Declaration
public TargetedLeftOuterJoin<TicketRelationTypeTableInfo> LeftOuterJoin_TicketRelationType_UpdatedAssociateId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketRelationTypeTableInfo>

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>

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>

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>

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>

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>

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>

LeftOuterJoin_TravelGeneratedDatabase_RegisteredAssociateId

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