Class AssociateTableInfo
Table 'associate': Employees, resources and other users - except for External persons
Implements
Inherited Members
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("associate")]
public class AssociateTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAssociateInfo().
Fields
DictionaryTableName
Conceptual name of table Associate in the database dictionary: associate
Declaration
public const string DictionaryTableName = "associate"
Field Value
| Type | Description |
|---|---|
| string |
Properties
AssociateId
Field 'associate_id' in table 'associate': Dictionary type PK, .NET type: int
Primary key
Declaration
public Int32FieldInfo AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
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
Deleted
Field 'deleted' in table 'associate': Dictionary type UShort, .NET type: short
1 = the user is retired and should have no rights, not appear in lists, etc.
Declaration
public UInt16FieldInfo Deleted { get; }
Property Value
| Type | Description |
|---|---|
| UInt16FieldInfo |
DictionaryTableNumber
Table number for table Associate in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
| Type | Description |
|---|---|
| int |
EjUserId
Field 'ejuserId' in table 'associate': Dictionary type FK, target: Ejuser, .NET type: int
ID of the ej user record corresponding to this associate; 0 for associates that are not ej users
Declaration
public Int32FieldInfo EjUserId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
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 |
|---|---|
| TargetedInnerJoinEjuserTableInfo |
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, target: UserGroup, .NET type: int
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 |
|---|---|
| TargetedInnerJoinUserGroupTableInfo |
IsLocation
Field 'isLocation' in table 'associate': Dictionary type Bool, .NET type: short
For resources only: 1 if this resource represents a location
Declaration
public UInt16FieldInfo IsLocation { get; }
Property Value
| Type | Description |
|---|---|
| UInt16FieldInfo |
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 |
|---|---|
| TargetedLeftOuterJoinActiveUserTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAddressFormatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAddressFormatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAddressTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAddressTableInfo |
LeftOuterJoin_AiChatTurn_AssociateId
Generated left outer join from the primary key AssociateId on this table, to AiChatTurn.AssociateId.
Declaration
public TargetedLeftOuterJoin<AiChatTurnTableInfo> LeftOuterJoin_AiChatTurn_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinAiChatTurnTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAmountClassTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserAssignmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserAssignmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserAssignmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserInclusionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserInclusionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaUserInclusionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAreaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAssociateHistoryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAttachmentLocationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAttachmentLocationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceConfigTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceConfigTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceLayoutLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceLayoutLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceLayoutTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceLayoutTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceVisibilityTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinAudienceVisibilityTableInfo |
LeftOuterJoin_AutomatedCategoryUpdate_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to AutomatedCategoryUpdate.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo> LeftOuterJoin_AutomatedCategoryUpdate_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinAutomatedCategoryUpdateTableInfo |
LeftOuterJoin_AutomatedCategoryUpdate_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to AutomatedCategoryUpdate.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<AutomatedCategoryUpdateTableInfo> LeftOuterJoin_AutomatedCategoryUpdate_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinAutomatedCategoryUpdateTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBaseTZLocationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBaseTZLocationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBatchTaskDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBatchTaskDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBatchTaskTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBatchTaskTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBinaryObjectLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBinaryObjectLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBinaryObjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBinaryObjectTableInfo |
LeftOuterJoin_BoardViewSettings_AssociateId
Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.AssociateId.
Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinBoardViewSettingsTableInfo |
LeftOuterJoin_BoardViewSettings_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinBoardViewSettingsTableInfo |
LeftOuterJoin_BoardViewSettings_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to BoardViewSettings.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<BoardViewSettingsTableInfo> LeftOuterJoin_BoardViewSettings_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinBoardViewSettingsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinBusinessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryFamilyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryFamilyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCategoryTableInfo |
LeftOuterJoin_CcTemplate_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to CcTemplate.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<CcTemplateTableInfo> LeftOuterJoin_CcTemplate_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCcTemplateTableInfo |
LeftOuterJoin_CcTemplate_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to CcTemplate.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<CcTemplateTableInfo> LeftOuterJoin_CcTemplate_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCcTemplateTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCompanyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCompanyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinComptrTableInfo |
LeftOuterJoin_ConfigurableScreenAppliesTo_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenAppliesTo.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo> LeftOuterJoin_ConfigurableScreenAppliesTo_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinConfigurableScreenAppliesToTableInfo |
LeftOuterJoin_ConfigurableScreenAppliesTo_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to ConfigurableScreenAppliesTo.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<ConfigurableScreenAppliesToTableInfo> LeftOuterJoin_ConfigurableScreenAppliesTo_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinConfigurableScreenAppliesToTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConfigurableScreenDeltaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConfigurableScreenDeltaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConnectionConfigFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConnectionConfigFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentPersonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentPersonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentPurposeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentPurposeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentSourceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinConsentSourceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContIntTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactInterestTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactInterestTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinContactTableInfo |
LeftOuterJoin_CopilotDataSourceSetting_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to CopilotDataSourceSetting.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo> LeftOuterJoin_CopilotDataSourceSetting_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotDataSourceSettingTableInfo |
LeftOuterJoin_CopilotDataSourceSetting_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to CopilotDataSourceSetting.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotDataSourceSettingTableInfo> LeftOuterJoin_CopilotDataSourceSetting_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotDataSourceSettingTableInfo |
LeftOuterJoin_CopilotDataSource_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to CopilotDataSource.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotDataSourceTableInfo> LeftOuterJoin_CopilotDataSource_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotDataSourceTableInfo |
LeftOuterJoin_CopilotDataSource_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to CopilotDataSource.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotDataSourceTableInfo> LeftOuterJoin_CopilotDataSource_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotDataSourceTableInfo |
LeftOuterJoin_Copilot_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to Copilot.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotTableInfo> LeftOuterJoin_Copilot_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotTableInfo |
LeftOuterJoin_Copilot_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to Copilot.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<CopilotTableInfo> LeftOuterJoin_Copilot_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinCopilotTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCounterValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCounterValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCountryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCredentialsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCredentialsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCredentialsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCreditedTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCurrencyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCustConfigTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinCustConfigTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardThemeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardThemeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTileTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDashboardTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDataRightTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDataRightTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTermsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDeliveryTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewRowTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewRowTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewRowTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDiaryViewTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocTmplTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocumentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinDocumentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEjCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEjCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEjscriptTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEjscriptTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailAccountTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailAccountTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailAccountTableInfo |
LeftOuterJoin_EmailFlowContentLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to EmailFlowContentLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo> LeftOuterJoin_EmailFlowContentLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinEmailFlowContentLinkTableInfo |
LeftOuterJoin_EmailFlowContentLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to EmailFlowContentLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<EmailFlowContentLinkTableInfo> LeftOuterJoin_EmailFlowContentLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinEmailFlowContentLinkTableInfo |
LeftOuterJoin_EmailFlow_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to EmailFlow.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<EmailFlowTableInfo> LeftOuterJoin_EmailFlow_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinEmailFlowTableInfo |
LeftOuterJoin_EmailFlow_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to EmailFlow.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<EmailFlowTableInfo> LeftOuterJoin_EmailFlow_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinEmailFlowTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailFolderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailFolderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailItemTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailItemTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinEmailTableInfo |
LeftOuterJoin_EntityCounts_AssociateId
Generated left outer join from the primary key AssociateId on this table, to EntityCounts.AssociateId.
Declaration
public TargetedLeftOuterJoin<EntityCountsTableInfo> LeftOuterJoin_EntityCounts_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinEntityCountsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionActorTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionActorTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectorTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpConnectorTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpExternalKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpExternalKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpInternalKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpInternalKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpListItemMappingTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpListItemMappingTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpSyncLogTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinErpSyncLogTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExtAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExternalEventTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExternalEventTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExternalEventTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinExternalEventTableInfo |
LeftOuterJoin_ExternalOwner_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to ExternalOwner.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<ExternalOwnerTableInfo> LeftOuterJoin_ExternalOwner_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinExternalOwnerTableInfo |
LeftOuterJoin_ExternalOwner_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to ExternalOwner.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<ExternalOwnerTableInfo> LeftOuterJoin_ExternalOwner_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinExternalOwnerTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFavouriteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFavouriteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFieldLabelTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFieldLabelTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignDeviceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignDeviceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignDeviceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinForeignKeyTableInfo |
LeftOuterJoin_FormFieldValue_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to FormFieldValue.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<FormFieldValueTableInfo> LeftOuterJoin_FormFieldValue_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinFormFieldValueTableInfo |
LeftOuterJoin_FormFieldValue_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to FormFieldValue.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<FormFieldValueTableInfo> LeftOuterJoin_FormFieldValue_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinFormFieldValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFormTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFormTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFunctionRightRoleLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFunctionRightRoleLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFunctionRightTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinFunctionRightTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinHeadingTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinHeadingTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinHierarchyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinHierarchyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinHistoryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportDefaultTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportDefaultTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportObjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportObjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportRelationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinImportRelationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinIntentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinInvitationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinInvitationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLanguageInfoCountryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLanguageInfoCountryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLanguageInfoTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLanguageInfoTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLegalBaseTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLegalBaseTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLicenseAssocLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLicenseAssocLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLicenseAssocLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLicenseSatlLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLicenseSatlLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLocaleTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinLocaleTextTableInfo |
LeftOuterJoin_MailingDomains_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to MailingDomains.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<MailingDomainsTableInfo> LeftOuterJoin_MailingDomains_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinMailingDomainsTableInfo |
LeftOuterJoin_MailingDomains_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to MailingDomains.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<MailingDomainsTableInfo> LeftOuterJoin_MailingDomains_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinMailingDomainsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMergeMoveLogTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMergeMoveLogTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMessageHandlerTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMessageHandlerTableInfo |
LeftOuterJoin_Message_AssociateId
Generated left outer join from the primary key AssociateId on this table, to Message.AssociateId.
Declaration
public TargetedLeftOuterJoin<MessageTableInfo> LeftOuterJoin_Message_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinModuleLicenseTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinModuleLicenseTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinModuleOwnerTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinModuleOwnerTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinMrMrsTableInfo |
LeftOuterJoin_Notify_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to Notify.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<NotifyTableInfo> LeftOuterJoin_Notify_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinNotifyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEFieldTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEFieldTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLESubjectTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLESubjectTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLESubjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLESubjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEViewTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEViewTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEViewTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOLEViewTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOnlineAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOnlineAppTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOutgoingMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOutgoingMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOwnerContactLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinOwnerContactLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPMembTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTermsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPaymentTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersIntTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersPosTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersonInterestTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersonInterestTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPersonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPhoneFormatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPhoneFormatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPhoneTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPhoneTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPrefDescLineTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPrefDescLineTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPrefDescTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPrefDescTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPreferenceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPreferenceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceListTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceListTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriceUnitTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPriorityTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProbTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductCategoryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductFamilyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProductTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjStatusTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectMemberTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectMemberTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectTypeStatusLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectTypeStatusLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinProjectTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPublishTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPublishTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPushNotificationServiceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPushNotificationServiceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinPushNotificationServiceTableInfo |
LeftOuterJoin_QuickFilterInfo_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuickFilterInfo.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuickFilterInfoTableInfo> LeftOuterJoin_QuickFilterInfo_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuickFilterInfoTableInfo |
LeftOuterJoin_QuickFilterInfo_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuickFilterInfo.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuickFilterInfoTableInfo> LeftOuterJoin_QuickFilterInfo_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuickFilterInfoTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuickReplyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuickReplyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuickReplyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteAlternativeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteAlternativeTableInfo |
LeftOuterJoin_QuoteApprReasonGroupLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonGroupLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo> LeftOuterJoin_QuoteApprReasonGroupLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonGroupLinkTableInfo |
LeftOuterJoin_QuoteApprReasonGroupLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonGroupLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo> LeftOuterJoin_QuoteApprReasonGroupLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonGroupLinkTableInfo |
LeftOuterJoin_QuoteApprReasonHeadingLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonHeadingLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonHeadingLinkTableInfo |
LeftOuterJoin_QuoteApprReasonHeadingLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReasonHeadingLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonHeadingLinkTableInfo |
LeftOuterJoin_QuoteApprReason_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReason.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonTableInfo> LeftOuterJoin_QuoteApprReason_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonTableInfo |
LeftOuterJoin_QuoteApprReason_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteApprReason.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteApprReasonTableInfo> LeftOuterJoin_QuoteApprReason_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteApprReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteConnectionAccessTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteConnectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteConnectionTableInfo |
LeftOuterJoin_QuoteDenyReasonGroupLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonGroupLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo> LeftOuterJoin_QuoteDenyReasonGroupLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonGroupLinkTableInfo |
LeftOuterJoin_QuoteDenyReasonGroupLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonGroupLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo> LeftOuterJoin_QuoteDenyReasonGroupLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonGroupLinkTableInfo |
LeftOuterJoin_QuoteDenyReasonHeadingLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonHeadingLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonHeadingLinkTableInfo |
LeftOuterJoin_QuoteDenyReasonHeadingLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReasonHeadingLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonHeadingLinkTableInfo |
LeftOuterJoin_QuoteDenyReason_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReason.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonTableInfo> LeftOuterJoin_QuoteDenyReason_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonTableInfo |
LeftOuterJoin_QuoteDenyReason_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteDenyReason.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonTableInfo> LeftOuterJoin_QuoteDenyReason_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteDenyReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteLineConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteLineConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteLineTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteLineTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionAttachmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionAttachmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionTableInfo |
LeftOuterJoin_QuoteVersion_RequestAssociateId
Generated left outer join from the primary key AssociateId on this table, to QuoteVersion.RequestAssociateId.
Declaration
public TargetedLeftOuterJoin<QuoteVersionTableInfo> LeftOuterJoin_QuoteVersion_RequestAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinQuoteVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteVersionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinQuoteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonSoldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonStalledTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRecurrenceRuleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRecurrenceRuleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRefCountRangeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRefCountRangeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRefCountsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRefCountsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRejectReasonTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationDefinitionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationTargetTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationTargetTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRelationsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReporterListDefTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinReporterListDefTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinResourceOverrideTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinResourceOverrideTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRoleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinRoleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSMessageTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSMessageblockTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSMessageblockTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSMessageblockTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORCriteriaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORCriteriaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORFCTTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORFCTTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORFieldTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORLabelLayoutTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORLabelLayoutTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSOROperatorsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSOROperatorsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORPublishGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORPublishGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORPublishTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORPublishTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORPublishTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORSectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORSectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORTemplateTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSORTemplateTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSPictureEntryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSPictureEntryTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSPictureFolderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSPictureFolderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSShipmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSShipmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaintConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaintConfigurationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleHistTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleHistTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleHistTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleStakeholderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleStakeholderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeCatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeQuoteAttachmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeQuoteAttachmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeStageLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeStageLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSaleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSalutationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSatelliteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSatelliteTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScreenChooserTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScreenChooserTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScriptTraceRunTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScriptTraceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScriptTraceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinScriptTraceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCatTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriteriaGroupTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriteriaGroupTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriteriaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriteriaTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriterionValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriterionValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriterionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSearchCriterionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSelectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSelectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSelectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSelectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSelectionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinServiceAuthTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinServiceAuthTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinServiceAuthTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinShipmentTypeReservationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinShipmentTypeReservationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinShipmentTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinShipmentTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSourceTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStakeholderRoleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStatusDefTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStatusDefTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStatusValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinStatusValueTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSubscriptionUnitTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuggestedAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuggestedAppointmentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuggestedDocumentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuggestedDocumentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuperListColumnSizeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuperListColumnSizeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSuperListColumnSizeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSystemEventTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinSystemEventTableInfo |
LeftOuterJoin_TZDstRule_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZDstRule.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TZDstRuleTableInfo> LeftOuterJoin_TZDstRule_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZDstRuleTableInfo |
LeftOuterJoin_TZDstRule_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZDstRule.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TZDstRuleTableInfo> LeftOuterJoin_TZDstRule_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZDstRuleTableInfo |
LeftOuterJoin_TZLocation_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZLocation.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TZLocationTableInfo> LeftOuterJoin_TZLocation_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZLocationTableInfo |
LeftOuterJoin_TZLocation_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZLocation.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TZLocationTableInfo> LeftOuterJoin_TZLocation_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZLocationTableInfo |
LeftOuterJoin_TZStdRule_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZStdRule.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TZStdRuleTableInfo> LeftOuterJoin_TZStdRule_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZStdRuleTableInfo |
LeftOuterJoin_TZStdRule_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TZStdRule.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TZStdRuleTableInfo> LeftOuterJoin_TZStdRule_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTZStdRuleTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTabOrderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTabOrderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTabOrderTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTagsTableInfo |
LeftOuterJoin_TargetAssignmentInfo_AssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.AssociateId.
Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetAssignmentInfoTableInfo |
LeftOuterJoin_TargetAssignmentInfo_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetAssignmentInfoTableInfo |
LeftOuterJoin_TargetAssignmentInfo_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentInfo.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetAssignmentInfoTableInfo |
LeftOuterJoin_TargetAssignmentValue_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentValue.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetAssignmentValueTableInfo> LeftOuterJoin_TargetAssignmentValue_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetAssignmentValueTableInfo |
LeftOuterJoin_TargetAssignmentValue_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetAssignmentValue.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetAssignmentValueTableInfo> LeftOuterJoin_TargetAssignmentValue_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetAssignmentValueTableInfo |
LeftOuterJoin_TargetChange_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetChange.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetChangeTableInfo> LeftOuterJoin_TargetChange_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetChangeTableInfo |
LeftOuterJoin_TargetChange_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetChange.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetChangeTableInfo> LeftOuterJoin_TargetChange_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetChangeTableInfo |
LeftOuterJoin_TargetDimension_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetDimension.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetDimensionTableInfo> LeftOuterJoin_TargetDimension_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetDimensionTableInfo |
LeftOuterJoin_TargetDimension_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetDimension.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetDimensionTableInfo> LeftOuterJoin_TargetDimension_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetDimensionTableInfo |
LeftOuterJoin_TargetGroup_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetGroup.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetGroupTableInfo> LeftOuterJoin_TargetGroup_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetGroupTableInfo |
LeftOuterJoin_TargetGroup_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetGroup.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetGroupTableInfo> LeftOuterJoin_TargetGroup_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetGroupTableInfo |
LeftOuterJoin_TargetPeriod_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetPeriod.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetPeriodTableInfo> LeftOuterJoin_TargetPeriod_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetPeriodTableInfo |
LeftOuterJoin_TargetPeriod_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetPeriod.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetPeriodTableInfo> LeftOuterJoin_TargetPeriod_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetPeriodTableInfo |
LeftOuterJoin_TargetRevisionHistory_AssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.AssociateId.
Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetRevisionHistoryTableInfo |
LeftOuterJoin_TargetRevisionHistory_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetRevisionHistoryTableInfo |
LeftOuterJoin_TargetRevisionHistory_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetRevisionHistory.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetRevisionHistoryTableInfo |
LeftOuterJoin_TargetRevision_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetRevision.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetRevisionTableInfo> LeftOuterJoin_TargetRevision_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetRevisionTableInfo |
LeftOuterJoin_TargetRevision_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TargetRevision.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TargetRevisionTableInfo> LeftOuterJoin_TargetRevision_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTargetRevisionTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskGroupLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskHeadingLinkTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskHeadingLinkTableInfo |
LeftOuterJoin_TaskMenuGroupLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenuGroupLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo> LeftOuterJoin_TaskMenuGroupLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuGroupLinkTableInfo |
LeftOuterJoin_TaskMenuGroupLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenuGroupLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo> LeftOuterJoin_TaskMenuGroupLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuGroupLinkTableInfo |
LeftOuterJoin_TaskMenuHeadingLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenuHeadingLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuHeadingLinkTableInfo |
LeftOuterJoin_TaskMenuHeadingLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenuHeadingLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuHeadingLinkTableInfo |
LeftOuterJoin_TaskMenu_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenu.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuTableInfo> LeftOuterJoin_TaskMenu_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuTableInfo |
LeftOuterJoin_TaskMenu_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TaskMenu.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TaskMenuTableInfo> LeftOuterJoin_TaskMenu_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTaskMenuTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTaskTableInfo |
LeftOuterJoin_TempDbLock_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TempDbLock.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TempDbLockTableInfo> LeftOuterJoin_TempDbLock_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTempDbLockTableInfo |
LeftOuterJoin_TempDbLock_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TempDbLock.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TempDbLockTableInfo> LeftOuterJoin_TempDbLock_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTempDbLockTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTemporaryKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTemporaryKeyTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTextTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTextTableInfo |
LeftOuterJoin_TicketRelationDef_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketRelationDef.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketRelationDefTableInfo> LeftOuterJoin_TicketRelationDef_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketRelationDefTableInfo |
LeftOuterJoin_TicketRelationDef_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketRelationDef.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketRelationDefTableInfo> LeftOuterJoin_TicketRelationDef_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketRelationDefTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTicketRelationTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTicketRelationTableInfo |
LeftOuterJoin_TicketTypePriority_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketTypePriority.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketTypePriorityTableInfo> LeftOuterJoin_TicketTypePriority_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketTypePriorityTableInfo |
LeftOuterJoin_TicketTypePriority_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketTypePriority.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketTypePriorityTableInfo> LeftOuterJoin_TicketTypePriority_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketTypePriorityTableInfo |
LeftOuterJoin_TicketTypeStatus_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketTypeStatus.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketTypeStatusTableInfo> LeftOuterJoin_TicketTypeStatus_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketTypeStatusTableInfo |
LeftOuterJoin_TicketTypeStatus_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TicketTypeStatus.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TicketTypeStatusTableInfo> LeftOuterJoin_TicketTypeStatus_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTicketTypeStatusTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTicketTypeTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTicketTypeTableInfo |
LeftOuterJoin_TimeKeeping_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TimeKeeping.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TimeKeepingTableInfo> LeftOuterJoin_TimeKeeping_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTimeKeepingTableInfo |
LeftOuterJoin_TimeKeeping_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TimeKeeping.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TimeKeepingTableInfo> LeftOuterJoin_TimeKeeping_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTimeKeepingTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTravelCurrentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTravelCurrentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTravelCurrentTableInfo |
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 |
|---|---|
| TargetedLeftOuterJoinTravelCurrentTableInfo |
LeftOuterJoin_TravelGeneratedDatabase_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedDatabase.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo> LeftOuterJoin_TravelGeneratedDatabase_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelGeneratedDatabaseTableInfo |
LeftOuterJoin_TravelGeneratedDatabase_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedDatabase.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelGeneratedDatabaseTableInfo> LeftOuterJoin_TravelGeneratedDatabase_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelGeneratedDatabaseTableInfo |
LeftOuterJoin_TravelGeneratedTransaction_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedTransaction.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelGeneratedTransactionTableInfo |
LeftOuterJoin_TravelGeneratedTransaction_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelGeneratedTransaction.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelGeneratedTransactionTableInfo> LeftOuterJoin_TravelGeneratedTransaction_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelGeneratedTransactionTableInfo |
LeftOuterJoin_TravelIDMapping_AssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.AssociateId.
Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelIDMappingTableInfo |
LeftOuterJoin_TravelIDMapping_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelIDMappingTableInfo |
LeftOuterJoin_TravelIDMapping_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelIDMapping.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TravelIDMappingTableInfo> LeftOuterJoin_TravelIDMapping_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelIDMappingTableInfo |
LeftOuterJoin_TravelTransactionLog_AssociateId
Generated left outer join from the primary key AssociateId on this table, to TravelTransactionLog.AssociateId.
Declaration
public TargetedLeftOuterJoin<TravelTransactionLogTableInfo> LeftOuterJoin_TravelTransactionLog_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravelTransactionLogTableInfo |
LeftOuterJoin_Traveller_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to Traveller.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravellerTableInfo |
LeftOuterJoin_Traveller_TravelId
Generated left outer join from the primary key AssociateId on this table, to Traveller.TravelId.
Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_TravelId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravellerTableInfo |
LeftOuterJoin_Traveller_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to Traveller.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TravellerTableInfo> LeftOuterJoin_Traveller_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTravellerTableInfo |
LeftOuterJoin_TrayApp_AssociateId
Generated left outer join from the primary key AssociateId on this table, to TrayApp.AssociateId.
Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTrayAppTableInfo |
LeftOuterJoin_TrayApp_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TrayApp.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTrayAppTableInfo |
LeftOuterJoin_TrayApp_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TrayApp.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TrayAppTableInfo> LeftOuterJoin_TrayApp_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTrayAppTableInfo |
LeftOuterJoin_TypicalSearch_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to TypicalSearch.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<TypicalSearchTableInfo> LeftOuterJoin_TypicalSearch_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTypicalSearchTableInfo |
LeftOuterJoin_TypicalSearch_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to TypicalSearch.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<TypicalSearchTableInfo> LeftOuterJoin_TypicalSearch_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinTypicalSearchTableInfo |
LeftOuterJoin_UDListDefinition_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListDefinition.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListDefinitionTableInfo> LeftOuterJoin_UDListDefinition_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListDefinitionTableInfo |
LeftOuterJoin_UDListDefinition_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListDefinition.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListDefinitionTableInfo> LeftOuterJoin_UDListDefinition_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListDefinitionTableInfo |
LeftOuterJoin_UDListGroupLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListGroupLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListGroupLinkTableInfo |
LeftOuterJoin_UDListGroupLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListGroupLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListGroupLinkTableInfo |
LeftOuterJoin_UDListHeadingLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListHeadingLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListHeadingLinkTableInfo |
LeftOuterJoin_UDListHeadingLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDListHeadingLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListHeadingLinkTableInfo |
LeftOuterJoin_UDList_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDList.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListTableInfo> LeftOuterJoin_UDList_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListTableInfo |
LeftOuterJoin_UDList_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDList.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDListTableInfo> LeftOuterJoin_UDList_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDListTableInfo |
LeftOuterJoin_UDefFieldGL_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDefFieldGL.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDefFieldGLTableInfo |
LeftOuterJoin_UDefFieldGL_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDefFieldGL.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDefFieldGLTableInfo |
LeftOuterJoin_UDefField_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDefField.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UDefFieldTableInfo> LeftOuterJoin_UDefField_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDefFieldTableInfo |
LeftOuterJoin_UDefField_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UDefField.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UDefFieldTableInfo> LeftOuterJoin_UDefField_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUDefFieldTableInfo |
LeftOuterJoin_URL_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to URL.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<URLTableInfo> LeftOuterJoin_URL_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinURLTableInfo |
LeftOuterJoin_URL_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to URL.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<URLTableInfo> LeftOuterJoin_URL_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinURLTableInfo |
LeftOuterJoin_UsageStats_AssocId
Generated left outer join from the primary key AssociateId on this table, to UsageStats.AssocId.
Declaration
public TargetedLeftOuterJoin<UsageStatsTableInfo> LeftOuterJoin_UsageStats_AssocId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUsageStatsTableInfo |
LeftOuterJoin_UserGroupLink_AssocId
Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.AssocId.
Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_AssocId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserGroupLinkTableInfo |
LeftOuterJoin_UserGroupLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserGroupLinkTableInfo |
LeftOuterJoin_UserGroupLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserGroupLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserGroupLinkTableInfo |
LeftOuterJoin_UserGroup_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserGroup.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UserGroupTableInfo> LeftOuterJoin_UserGroup_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserGroupTableInfo |
LeftOuterJoin_UserGroup_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserGroup.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UserGroupTableInfo> LeftOuterJoin_UserGroup_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserGroupTableInfo |
LeftOuterJoin_UserPreference_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserPreference.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UserPreferenceTableInfo> LeftOuterJoin_UserPreference_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserPreferenceTableInfo |
LeftOuterJoin_UserPreference_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserPreference.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UserPreferenceTableInfo> LeftOuterJoin_UserPreference_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserPreferenceTableInfo |
LeftOuterJoin_UserRoleLink_AssociateId
Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.AssociateId.
Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserRoleLinkTableInfo |
LeftOuterJoin_UserRoleLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserRoleLinkTableInfo |
LeftOuterJoin_UserRoleLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UserRoleLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UserRoleLinkTableInfo> LeftOuterJoin_UserRoleLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUserRoleLinkTableInfo |
LeftOuterJoin_UtmParameters_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to UtmParameters.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<UtmParametersTableInfo> LeftOuterJoin_UtmParameters_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUtmParametersTableInfo |
LeftOuterJoin_UtmParameters_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to UtmParameters.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<UtmParametersTableInfo> LeftOuterJoin_UtmParameters_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinUtmParametersTableInfo |
LeftOuterJoin_VisibleFor_ForAssocId
Generated left outer join from the primary key AssociateId on this table, to VisibleFor.ForAssocId.
Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_ForAssocId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinVisibleForTableInfo |
LeftOuterJoin_VisibleFor_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to VisibleFor.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinVisibleForTableInfo |
LeftOuterJoin_VisibleFor_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to VisibleFor.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinVisibleForTableInfo |
LeftOuterJoin_WebAppUsage_AssocId
Generated left outer join from the primary key AssociateId on this table, to WebAppUsage.AssocId.
Declaration
public TargetedLeftOuterJoin<WebAppUsageTableInfo> LeftOuterJoin_WebAppUsage_AssocId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWebAppUsageTableInfo |
LeftOuterJoin_WebhookUsage_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WebhookUsage.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WebhookUsageTableInfo> LeftOuterJoin_WebhookUsage_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWebhookUsageTableInfo |
LeftOuterJoin_WebhookUsage_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WebhookUsage.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WebhookUsageTableInfo> LeftOuterJoin_WebhookUsage_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWebhookUsageTableInfo |
LeftOuterJoin_Webhook_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to Webhook.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WebhookTableInfo> LeftOuterJoin_Webhook_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWebhookTableInfo |
LeftOuterJoin_Webhook_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to Webhook.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WebhookTableInfo> LeftOuterJoin_Webhook_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWebhookTableInfo |
LeftOuterJoin_WinPosSize_AssocId
Generated left outer join from the primary key AssociateId on this table, to WinPosSize.AssocId.
Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_AssocId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWinPosSizeTableInfo |
LeftOuterJoin_WinPosSize_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WinPosSize.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWinPosSizeTableInfo |
LeftOuterJoin_WinPosSize_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WinPosSize.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WinPosSizeTableInfo> LeftOuterJoin_WinPosSize_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWinPosSizeTableInfo |
LeftOuterJoin_WorkflowGoal_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowGoal.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowGoalTableInfo> LeftOuterJoin_WorkflowGoal_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowGoalTableInfo |
LeftOuterJoin_WorkflowGoal_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowGoal.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowGoalTableInfo> LeftOuterJoin_WorkflowGoal_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowGoalTableInfo |
LeftOuterJoin_WorkflowInstance_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowInstance.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowInstanceTableInfo |
LeftOuterJoin_WorkflowInstance_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowInstance.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowInstanceTableInfo |
LeftOuterJoin_WorkflowRootStepLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowRootStepLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> LeftOuterJoin_WorkflowRootStepLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowRootStepLinkTableInfo |
LeftOuterJoin_WorkflowRootStepLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowRootStepLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> LeftOuterJoin_WorkflowRootStepLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowRootStepLinkTableInfo |
LeftOuterJoin_WorkflowStepOptionLink_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOptionLink.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> LeftOuterJoin_WorkflowStepOptionLink_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepOptionLinkTableInfo |
LeftOuterJoin_WorkflowStepOptionLink_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOptionLink.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> LeftOuterJoin_WorkflowStepOptionLink_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepOptionLinkTableInfo |
LeftOuterJoin_WorkflowStepOption_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOption.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> LeftOuterJoin_WorkflowStepOption_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepOptionTableInfo |
LeftOuterJoin_WorkflowStepOption_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStepOption.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> LeftOuterJoin_WorkflowStepOption_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepOptionTableInfo |
LeftOuterJoin_WorkflowStep_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStep.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepTableInfo> LeftOuterJoin_WorkflowStep_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepTableInfo |
LeftOuterJoin_WorkflowStep_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowStep.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepTableInfo> LeftOuterJoin_WorkflowStep_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowStepTableInfo |
LeftOuterJoin_WorkflowTrigger_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowTrigger.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowTriggerTableInfo> LeftOuterJoin_WorkflowTrigger_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowTriggerTableInfo |
LeftOuterJoin_WorkflowTrigger_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowTrigger.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowTriggerTableInfo> LeftOuterJoin_WorkflowTrigger_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowTriggerTableInfo |
LeftOuterJoin_WorkflowWaitForAction_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowWaitForAction.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> LeftOuterJoin_WorkflowWaitForAction_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowWaitForActionTableInfo |
LeftOuterJoin_WorkflowWaitForAction_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to WorkflowWaitForAction.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> LeftOuterJoin_WorkflowWaitForAction_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowWaitForActionTableInfo |
LeftOuterJoin_Workflow_AssociateId
Generated left outer join from the primary key AssociateId on this table, to Workflow.AssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_AssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowTableInfo |
LeftOuterJoin_Workflow_RegisteredAssociateId
Generated left outer join from the primary key AssociateId on this table, to Workflow.RegisteredAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowTableInfo |
LeftOuterJoin_Workflow_UpdatedAssociateId
Generated left outer join from the primary key AssociateId on this table, to Workflow.UpdatedAssociateId.
Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| TargetedLeftOuterJoinWorkflowTableInfo |
LocationAddress
Field 'locationAddress' in table 'associate': Dictionary type String[240], .NET type: string
Address of location, if this is a resource that is a location
Declaration
public StringFieldInfo LocationAddress { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
Name
Field 'name' in table 'associate': Dictionary type String[240], .NET type: string
Initials, also login name, possibly database user name
Declaration
public StringFieldInfo Name { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
PersonId
Field 'person_id' in table 'associate': Dictionary type FK, target: Person, .NET type: int
Owning person record
Declaration
public Int32FieldInfo PersonId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
PersonId_InnerJoin_Person
Generated join from the foreign key PersonId in this table, to its target table PersonTableInfo.
Declaration
public TargetedInnerJoin<PersonTableInfo> PersonId_InnerJoin_Person { get; }
Property Value
| Type | Description |
|---|---|
| TargetedInnerJoinPersonTableInfo |
Rank
Field 'rank' in table 'associate': Dictionary type UShort, .NET type: short
Rank order
Declaration
public UInt16FieldInfo Rank { get; }
Property Value
| Type | Description |
|---|---|
| UInt16FieldInfo |
Registered
Field 'registered' in table 'associate': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'associate': Dictionary type FK, target: Associate, .NET type: int
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
| Type | Description |
|---|---|
| TargetedInnerJoinAssociateTableInfo |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
| Type | Description |
|---|---|
| SoTable |
Tooltip
Field 'tooltip' in table 'associate': Dictionary type String[255], .NET type: string
Tooltip or other description
Declaration
public StringFieldInfo Tooltip { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
Type
Field 'type' in table 'associate': Dictionary type Enum, .NET type: AssociateType
Associate type
Declaration
public AssociateTypeFieldInfo Type { get; }
Property Value
| Type | Description |
|---|---|
| AssociateTypeFieldInfo |
TzLocationId
Field 'tzLocationId' in table 'associate': Dictionary type FK, target: TZLocation, .NET type: int
Default timezone location for this associate
Declaration
public Int32FieldInfo TzLocationId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
TzLocationId_InnerJoin_TZLocation
Generated join from the foreign key TzLocationId in this table, to its target table TZLocationTableInfo.
Declaration
public TargetedInnerJoin<TZLocationTableInfo> TzLocationId_InnerJoin_TZLocation { get; }
Property Value
| Type | Description |
|---|---|
| TargetedInnerJoinTZLocationTableInfo |
Updated
Field 'updated' in table 'associate': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'associate': Dictionary type FK, target: Associate, .NET type: int
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
| Type | Description |
|---|---|
| TargetedInnerJoinAssociateTableInfo |
UpdatedCount
Field 'updatedCount' in table 'associate': Dictionary type UShort, .NET type: short
Number of updates
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
| Type | Description |
|---|---|
| UInt16FieldInfo |
UserFlags
Field 'userFlags' in table 'associate': Dictionary type String[128], .NET type: string
user-specific GUI flags
Declaration
public StringFieldInfo UserFlags { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
UserName
Field 'userName' in table 'associate': Dictionary type String[255], .NET type: string
Associate user name
Declaration
public StringFieldInfo UserName { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
WaitingForApproval
Field 'waiting_for_approval' in table 'associate': Dictionary type Bool, .NET type: short
0 = Approved (default). 1 = Associate/User must be approved by an administrator. User cannot log in while waiting, but can be assigned licenses. Used in Online.
Declaration
public UInt16FieldInfo WaitingForApproval { get; }
Property Value
| Type | Description |
|---|---|
| UInt16FieldInfo |