Show / Hide Table of Contents

Class UserGroupTableInfo

Table 'UserGroup': Secondary user groups

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

Fields

DictionaryTableName

Conceptual name of table UserGroup in the database dictionary: UserGroup

Declaration
public const string DictionaryTableName = "UserGroup"
Field Value
Type Description
string
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Properties

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Deleted

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

0 -> record is active 1 -> record is 'deleted' and should not be shown in lists
Declaration
public UInt16FieldInfo Deleted { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

DictionaryTableNumber

Table number for table UserGroup in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
int
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_AmountClassGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to AmountClassGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo> LeftOuterJoin_AmountClassGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Appointment_GroupIdx

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

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_AssociateGroupLink_GroupId

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

Declaration
public TargetedLeftOuterJoin<AssociateGroupLinkTableInfo> LeftOuterJoin_AssociateGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Associate_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Associate.GroupIdx.

Declaration
public TargetedLeftOuterJoin<AssociateTableInfo> LeftOuterJoin_Associate_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_BusinessGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to BusinessGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<BusinessGroupLinkTableInfo> LeftOuterJoin_BusinessGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_CategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CategoryGroupLinkTableInfo> LeftOuterJoin_CategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ComptrGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ComptrGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ComptrGroupLinkTableInfo> LeftOuterJoin_ComptrGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ContIntGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ContIntGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ContIntGroupLinkTableInfo> LeftOuterJoin_ContIntGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Contact_GroupId

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

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_CountryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CountryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CountryGroupLinkTableInfo> LeftOuterJoin_CountryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_CreditedGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CreditedGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CreditedGroupLinkTableInfo> LeftOuterJoin_CreditedGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_CurrencyGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CurrencyGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo> LeftOuterJoin_CurrencyGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_DeliveryTermsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DeliveryTermsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo> LeftOuterJoin_DeliveryTermsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_DeliveryTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DeliveryTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo> LeftOuterJoin_DeliveryTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_DocTmplGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DocTmplGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo> LeftOuterJoin_DocTmplGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_EjCategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to EjCategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo> LeftOuterJoin_EjCategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ErpConnectionAccess_UserGroupId

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

Declaration
public TargetedLeftOuterJoin<ErpConnectionAccessTableInfo> LeftOuterJoin_ErpConnectionAccess_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionAccessTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ExtAppGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ExtAppGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo> LeftOuterJoin_ExtAppGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Form_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Form.GroupId.

Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_IntentGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to IntentGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<IntentGroupLinkTableInfo> LeftOuterJoin_IntentGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_MrMrsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to MrMrsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo> LeftOuterJoin_MrMrsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PMembTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PMembTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo> LeftOuterJoin_PMembTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PaymentTermsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PaymentTermsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo> LeftOuterJoin_PaymentTermsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PaymentTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PaymentTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo> LeftOuterJoin_PaymentTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PersIntGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PersIntGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PersIntGroupLinkTableInfo> LeftOuterJoin_PersIntGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PersPosGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PersPosGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PersPosGroupLinkTableInfo> LeftOuterJoin_PersPosGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PriceUnitGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PriceUnitGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo> LeftOuterJoin_PriceUnitGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_PriorityGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PriorityGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PriorityGroupLinkTableInfo> LeftOuterJoin_PriorityGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProbGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProbGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProbGroupLinkTableInfo> LeftOuterJoin_ProbGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProductCategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductCategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo> LeftOuterJoin_ProductCategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProductFamilyGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductFamilyGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo> LeftOuterJoin_ProductFamilyGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProductTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo> LeftOuterJoin_ProductTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProjStatusGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProjStatusGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo> LeftOuterJoin_ProjStatusGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ProjTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProjTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo> LeftOuterJoin_ProjTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Project_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Project.GroupId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_QuoteApprReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to QuoteApprReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo> LeftOuterJoin_QuoteApprReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_QuoteConnectionAccess_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to QuoteConnectionAccess.UserGroupId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo> LeftOuterJoin_QuoteConnectionAccess_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_QuoteDenyReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to QuoteDenyReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo> LeftOuterJoin_QuoteDenyReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonGroupLinkTableInfo> LeftOuterJoin_ReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ReasonSoldGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonSoldGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo> LeftOuterJoin_ReasonSoldGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_ReasonStalledGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonStalledGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo> LeftOuterJoin_ReasonStalledGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_RejectReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to RejectReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo> LeftOuterJoin_RejectReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_RelationDefinitionGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to RelationDefinitionGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo> LeftOuterJoin_RelationDefinitionGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Relations_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Relations.GroupIdx.

Declaration
public TargetedLeftOuterJoin<RelationsTableInfo> LeftOuterJoin_Relations_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationsTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SORPublishGroupLink_UserGroupId

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

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

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SaleHist_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to SaleHist.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleHistTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SaleTypeCatGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SaleTypeCatGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo> LeftOuterJoin_SaleTypeCatGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SaleTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SaleTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo> LeftOuterJoin_SaleTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Sale_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Sale.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SalutationGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SalutationGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SalutationGroupLinkTableInfo> LeftOuterJoin_SalutationGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SearchCatGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SearchCatGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo> LeftOuterJoin_SearchCatGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Selection_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Selection.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SourceGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SourceGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SourceGroupLinkTableInfo> LeftOuterJoin_SourceGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_StakeholderRoleGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to StakeholderRoleGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo> LeftOuterJoin_StakeholderRoleGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SubscriptionUnitGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SubscriptionUnitGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo> LeftOuterJoin_SubscriptionUnitGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_SuperListColumnSize_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SuperListColumnSize.GroupId.

Declaration
public TargetedLeftOuterJoin<SuperListColumnSizeTableInfo> LeftOuterJoin_SuperListColumnSize_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuperListColumnSizeTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_TagsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to TagsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<TagsGroupLinkTableInfo> LeftOuterJoin_TagsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_TargetAssignmentInfo_UsergroupId

Generated left outer join from the primary key UserGroupId on this table, to TargetAssignmentInfo.UsergroupId.

Declaration
public TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo> LeftOuterJoin_TargetAssignmentInfo_UsergroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetAssignmentInfoTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_TargetRevisionHistory_UsergroupId

Generated left outer join from the primary key UserGroupId on this table, to TargetRevisionHistory.UsergroupId.

Declaration
public TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo> LeftOuterJoin_TargetRevisionHistory_UsergroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TargetRevisionHistoryTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_TaskGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to TaskGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<TaskGroupLinkTableInfo> LeftOuterJoin_TaskGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_TaskMenuGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to TaskMenuGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo> LeftOuterJoin_TaskMenuGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_UDListGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to UDListGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_UDefFieldGL_GroupId

Generated left outer join from the primary key UserGroupId on this table, to UDefFieldGL.GroupId.

Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldGLTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_UserGroupLink_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to UserGroupLink.UserGroupId.

Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_VisibleFor_ForGroupId

Generated left outer join from the primary key UserGroupId on this table, to VisibleFor.ForGroupId.

Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_ForGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<VisibleForTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

LeftOuterJoin_Workflow_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Workflow.GroupId.

Declaration
public TargetedLeftOuterJoin<WorkflowTableInfo> LeftOuterJoin_Workflow_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<WorkflowTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Name

Field 'name' in table 'UserGroup': Dictionary type String[240], .NET type: string

UserGroup name
Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Rank

Field 'rank' in table 'UserGroup': Dictionary type UShort, .NET type: short

Rank order
Declaration
public UInt16FieldInfo Rank { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Registered

Field 'registered' in table 'UserGroup': Dictionary type UtcDateTime, .NET type: DateTime

Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type Description
DateTimeFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

RegisteredAssociateId

Field 'registered_associate_id' in table 'UserGroup': Dictionary type FK, target: Associate, .NET type: int

Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

RegisteredAssociateId_InnerJoin_Associate

Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Tooltip

Field 'tooltip' in table 'UserGroup': Dictionary type String[255], .NET type: string

Tooltip or other description
Declaration
public StringFieldInfo Tooltip { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Type

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

0 = department, other values = ? (workgroup, role, …)
Declaration
public UInt16FieldInfo Type { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Updated

Field 'updated' in table 'UserGroup': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type Description
DateTimeFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

UpdatedAssociateId

Field 'updated_associate_id' in table 'UserGroup': Dictionary type FK, target: Associate, .NET type: int

Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

UpdatedAssociateId_InnerJoin_Associate

Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

UpdatedCount

Field 'updatedCount' in table 'UserGroup': Dictionary type UShort, .NET type: short

Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

UserGroupId

Field 'UserGroup_id' in table 'UserGroup': Dictionary type PK, .NET type: int

Primary key
Declaration
public Int32FieldInfo UserGroupId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetUserGroupInfo().

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top