Show / Hide Table of Contents

Class UDDocLargeTableInfo

Table 'uddoclarge': User-defined fields

Inheritance
object
TableInfo
UDDocLargeTableInfo
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: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("uddoclarge")]
public class UDDocLargeTableInfo : 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.GetUDDocLargeInfo().

Fields

DictionaryTableName

Conceptual name of table UDDocLarge in the database dictionary: uddoclarge

Declaration
public const string DictionaryTableName = "uddoclarge"
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
TableInfo.Definition

DictionaryTableNumber

Table number for table UDDocLarge 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

LeftOuterJoin_Document_Userdef2Id

Generated left outer join from the primary key UddoclargeId on this table, to Document.Userdef2Id.

Declaration
public TargetedLeftOuterJoin<DocumentTableInfo> LeftOuterJoin_Document_Userdef2Id { get; }
Property Value
Type Description
TargetedLeftOuterJoinDocumentTableInfo

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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': 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 'uddoclarge': Dictionary type String[200], .NET type: string

string value 49, not indexed

Declaration
public StringFieldInfo String49 { get; }
Property Value
Type Description
StringFieldInfo

UddoclargeId

Field 'uddoclarge_id' in table 'uddoclarge': Dictionary type PK, .NET type: int

Primary key

Declaration
public Int32FieldInfo UddoclargeId { get; }
Property Value
Type Description
Int32FieldInfo

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