Class SDynCriteriaTableInfo
Table 's_dyn_criteria': Contains criterias for a dynamic list.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("s_dyn_criteria")]
public class SDynCriteriaTableInfo : 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 SDynCriteria in the database dictionary: s_dyn_criteria
Declaration
public const string DictionaryTableName = "s_dyn_criteria"
Field Value
Type | Description |
---|---|
String |
Properties
CriteriaValue
Field 'value' in table 's_dyn_criteria': Dictionary type String[65], .NET type: String
The value
Declaration
public StringFieldInfo CriteriaValue { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table SDynCriteria 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 |
Field
Field 'field' in table 's_dyn_criteria': Dictionary type String[65], .NET type: String
Which field to test in this criteria
Declaration
public StringFieldInfo Field { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
ListId
Field 'list_id' in table 's_dyn_criteria': Dictionary type FK, .NET type: Int32
Connects the criteria to a list.
Declaration
public Int32FieldInfo ListId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ListId_InnerJoin_SList
Generated join from the foreign key ListId in this table, to its target table SListTableInfo.
Declaration
public TargetedInnerJoin<SListTableInfo> ListId_InnerJoin_SList { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<SListTableInfo> |
LogOp
Field 'log_op' in table 's_dyn_criteria': Dictionary type Enum, .NET type: Int16
And/or
Declaration
public UInt16FieldInfo LogOp { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Operator
Field 'operator' in table 's_dyn_criteria': Dictionary type Enum, .NET type: Int16
Equals, gt, lt etc.
Declaration
public UInt16FieldInfo Operator { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
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 |
SDynCriteriaId
Field 'id' in table 's_dyn_criteria': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo SDynCriteriaId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
SortOrder
Field 'sort_order' in table 's_dyn_criteria': Dictionary type Int, .NET type: Int32
The order to sort the query. Not really relevant
Declaration
public Int32FieldInfo SortOrder { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |