Show / Hide Table of Contents

Class UDAppntLargeRecordData

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

Inheritance
object
UDAppntLargeRecordData
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 UDAppntLargeRecordData
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

UDAppntLargeRecordData()

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

Declaration
public UDAppntLargeRecordData()
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

String41

string value 41, indexed

Declaration
public string String41
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String42

string value 42, indexed

Declaration
public string String42
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String43

string value 43, indexed

Declaration
public string String43
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String44

string value 44, indexed

Declaration
public string String44
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String45

string value 45, not indexed

Declaration
public string String45
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String46

string value 46, not indexed

Declaration
public string String46
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String47

string value 47, not indexed

Declaration
public string String47
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String48

string value 48, not indexed

Declaration
public string String48
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

String49

string value 49, not indexed

Declaration
public string String49
Field Value
Type Description
string
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UdappntlargeId

Primary key

Declaration
public int UdappntlargeId
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDAppntLargeRow 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 UDAppntLargeTableInfo 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)
UDAppntLargeRecordDataExtensions.ToInsertAsync(UDAppntLargeRecordData, 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