Class UserGroupTableInfo
Table 'UserGroup': Secondary user groups
Implements
Inherited Members
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
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
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Deleted
Field 'deleted' in table 'UserGroup': Dictionary type UShort, .NET type: Int16
0 -> record is active 1 -> record is 'deleted' and should not be shown in listsDeclaration
public UInt16FieldInfo Deleted { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
DictionaryTableNumber
Table number for table 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 |
---|---|
Int32 |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Name
Field 'name' in table 'UserGroup': Dictionary type String[240], .NET type: String
UserGroup nameDeclaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Rank
Field 'rank' in table 'UserGroup': Dictionary type UShort, .NET type: Int16
Rank orderDeclaration
public UInt16FieldInfo Rank { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Registered
Field 'registered' in table 'UserGroup': Dictionary type UtcDateTime, .NET type: DateTime
Registered whenDeclaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RegisteredAssociateId
Field 'registered_associate_id' in table 'UserGroup': Dictionary type FK, target: Associate, .NET type: Int32
Registered by whomDeclaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Tooltip
Field 'tooltip' in table 'UserGroup': Dictionary type String[255], .NET type: String
Tooltip or other descriptionDeclaration
public StringFieldInfo Tooltip { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Type
Field 'type' in table 'UserGroup': Dictionary type UShort, .NET type: Int16
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
Updated
Field 'updated' in table 'UserGroup': Dictionary type UtcDateTime, .NET type: DateTime
Last updated whenDeclaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedAssociateId
Field 'updated_associate_id' in table 'UserGroup': Dictionary type FK, target: Associate, .NET type: Int32
Last updated by whomDeclaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UpdatedCount
Field 'updatedCount' in table 'UserGroup': Dictionary type UShort, .NET type: Int16
Number of updates made to this recordDeclaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
UserGroupId
Field 'UserGroup_id' in table 'UserGroup': Dictionary type PK, .NET type: Int32
Primary keyDeclaration
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