Class UDContactLargeTableInfo
Table 'udcontactLarge': User-defined fields for contact (long strings)
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("udcontactLarge")]
public class UDContactLargeTableInfo : 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 UDContactLarge in the database dictionary: udcontactLarge
Declaration
public const string DictionaryTableName = "udcontactLarge"
Field Value
Type | Description |
---|---|
String |
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
DictionaryTableNumber
Table number for table UDContactLarge 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 |
LeftOuterJoin_Contact_Userdef2Id
Generated left outer join from the primary key UdcontactLargeId on this table, to Contact.Userdef2Id.
Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_Userdef2Id { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ContactTableInfo> |
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 |
String41
Field 'string41' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 41, indexed
Declaration
public StringFieldInfo String41 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String42
Field 'string42' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 42, indexed
Declaration
public StringFieldInfo String42 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String43
Field 'string43' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 43, indexed
Declaration
public StringFieldInfo String43 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String44
Field 'string44' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 44, indexed
Declaration
public StringFieldInfo String44 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String45
Field 'string45' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 45, not indexed
Declaration
public StringFieldInfo String45 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String46
Field 'string46' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 46, not indexed
Declaration
public StringFieldInfo String46 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String47
Field 'string47' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 47, not indexed
Declaration
public StringFieldInfo String47 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String48
Field 'string48' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 48, not indexed
Declaration
public StringFieldInfo String48 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
String49
Field 'string49' in table 'udcontactLarge': Dictionary type String[200], .NET type: String
string value 49, not indexed
Declaration
public StringFieldInfo String49 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
UdcontactLargeId
Field 'udcontactLarge_id' in table 'udcontactLarge': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo UdcontactLargeId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |