Show / Hide Table of Contents

Class UDTempSmallRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udtempSmall table.

Inheritance
object
UDTempSmallRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class UDTempSmallRecordData
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

UDTempSmallRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the udtempSmall table.

Declaration
public UDTempSmallRecordData()
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

Double01

double value 1, indexed

Declaration
public double Double01
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double02

double value 2, indexed

Declaration
public double Double02
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double03

double value 3, indexed

Declaration
public double Double03
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double04

double value 4, indexed

Declaration
public double Double04
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double05

double value 5, not indexed

Declaration
public double Double05
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double06

double value 6, not indexed

Declaration
public double Double06
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double07

double value 7, not indexed

Declaration
public double Double07
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double08

double value 8, not indexed

Declaration
public double Double08
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double09

double value 9, not indexed

Declaration
public double Double09
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Double10

double value 10, not indexed

Declaration
public double Double10
Field Value
Type Description
double
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long01

long value 1, indexed

Declaration
public int Long01
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long02

long value 2, indexed

Declaration
public int Long02
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long03

long value 3, indexed

Declaration
public int Long03
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long04

long value 4, indexed

Declaration
public int Long04
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long05

long value 5, not indexed

Declaration
public int Long05
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long06

long value 6, not indexed

Declaration
public int Long06
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long07

long value 7, not indexed

Declaration
public int Long07
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long08

long value 8, not indexed

Declaration
public int Long08
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long09

long value 9, not indexed

Declaration
public int Long09
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long10

long value 10, not indexed

Declaration
public int Long10
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long11

long value 11, not indexed

Declaration
public int Long11
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long12

long value 12, not indexed

Declaration
public int Long12
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long13

long value 13, not indexed

Declaration
public int Long13
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long14

long value 14, not indexed

Declaration
public int Long14
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long15

long value 15, not indexed

Declaration
public int Long15
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long16

long value 16, not indexed

Declaration
public int Long16
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long17

long value 17, not indexed

Declaration
public int Long17
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long18

long value 18, not indexed

Declaration
public int Long18
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long19

long value 19, not indexed

Declaration
public int Long19
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long20

long value 20, not indexed

Declaration
public int Long20
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long21

long value 21, not indexed

Declaration
public int Long21
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long22

long value 22, not indexed

Declaration
public int Long22
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long23

long value 23, not indexed

Declaration
public int Long23
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long24

long value 24, not indexed

Declaration
public int Long24
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long25

long value 25, not indexed

Declaration
public int Long25
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long26

long value 26, not indexed

Declaration
public int Long26
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long27

long value 27, not indexed

Declaration
public int Long27
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long28

long value 28, not indexed

Declaration
public int Long28
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long29

long value 29, not indexed

Declaration
public int Long29
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long30

long value 30, not indexed

Declaration
public int Long30
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long31

long value 31, not indexed

Declaration
public int Long31
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long32

long value 32, not indexed

Declaration
public int Long32
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long33

long value 33, not indexed

Declaration
public int Long33
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long34

long value 34, not indexed

Declaration
public int Long34
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long35

long value 35, not indexed

Declaration
public int Long35
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long36

long value 36, not indexed

Declaration
public int Long36
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long37

long value 37, not indexed

Declaration
public int Long37
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long38

long value 38, not indexed

Declaration
public int Long38
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long39

long value 39, not indexed

Declaration
public int Long39
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long40

long value 40, not indexed

Declaration
public int Long40
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long41

long value 41, not indexed

Declaration
public int Long41
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long42

long value 42, not indexed

Declaration
public int Long42
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long43

long value 43, not indexed

Declaration
public int Long43
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long44

long value 44, not indexed

Declaration
public int Long44
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long45

long value 45, not indexed

Declaration
public int Long45
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long46

long value 46, not indexed

Declaration
public int Long46
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long47

long value 47, not indexed

Declaration
public int Long47
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long48

long value 48, not indexed

Declaration
public int Long48
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long49

long value 49, not indexed

Declaration
public int Long49
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long50

long value 50, not indexed

Declaration
public int Long50
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long51

long value 51, not indexed

Declaration
public int Long51
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long52

long value 52, not indexed

Declaration
public int Long52
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long53

long value 53, not indexed

Declaration
public int Long53
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long54

long value 54, not indexed

Declaration
public int Long54
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long55

long value 55, not indexed

Declaration
public int Long55
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long56

long value 56, not indexed

Declaration
public int Long56
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long57

long value 57, not indexed

Declaration
public int Long57
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long58

long value 58, not indexed

Declaration
public int Long58
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long59

long value 59, not indexed

Declaration
public int Long59
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Long60

long value 60, not indexed

Declaration
public int Long60
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String01

string value 1, indexed

Declaration
public string String01
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String02

string value 2, indexed

Declaration
public string String02
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String03

string value 3, indexed

Declaration
public string String03
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String04

string value 4, indexed

Declaration
public string String04
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String05

string value 5, not indexed

Declaration
public string String05
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String06

string value 6, not indexed

Declaration
public string String06
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String07

string value 7, not indexed

Declaration
public string String07
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String08

string value 8, not indexed

Declaration
public string String08
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String09

string value 9, not indexed

Declaration
public string String09
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String10

string value 10, not indexed

Declaration
public string String10
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String11

string value 11, not indexed

Declaration
public string String11
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String12

string value 12, not indexed

Declaration
public string String12
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String13

string value 13, not indexed

Declaration
public string String13
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String14

string value 14, not indexed

Declaration
public string String14
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String15

string value 15, not indexed

Declaration
public string String15
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String16

string value 16, not indexed

Declaration
public string String16
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String17

string value 17, not indexed

Declaration
public string String17
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String18

string value 18, not indexed

Declaration
public string String18
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String19

string value 19, not indexed

Declaration
public string String19
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String20

string value 20, not indexed

Declaration
public string String20
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String21

string value 21, not indexed

Declaration
public string String21
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String22

string value 22, not indexed

Declaration
public string String22
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String23

string value 23, not indexed

Declaration
public string String23
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String24

string value 24, not indexed

Declaration
public string String24
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String25

string value 25, not indexed

Declaration
public string String25
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String26

string value 26, not indexed

Declaration
public string String26
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String27

string value 27, not indexed

Declaration
public string String27
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String28

string value 28, not indexed

Declaration
public string String28
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String29

string value 29, not indexed

Declaration
public string String29
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String30

string value 30, not indexed

Declaration
public string String30
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String31

string value 31, not indexed

Declaration
public string String31
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String32

string value 32, not indexed

Declaration
public string String32
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String33

string value 33, not indexed

Declaration
public string String33
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String34

string value 34, not indexed

Declaration
public string String34
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String35

string value 35, not indexed

Declaration
public string String35
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String36

string value 36, not indexed

Declaration
public string String36
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String37

string value 37, not indexed

Declaration
public string String37
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String38

string value 38, not indexed

Declaration
public string String38
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String39

string value 39, not indexed

Declaration
public string String39
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String40

string value 40, not indexed

Declaration
public string String40
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UdtempSmallId

Primary key

Declaration
public int UdtempSmallId
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDTempSmallRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UDTempSmallTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
UDTempSmallRecordDataExtensions.ToInsertAsync(UDTempSmallRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top