Show / Hide Table of Contents

Class UDProjectLargeRecordData

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

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

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

Constructors

UDProjectLargeRecordData()

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

Declaration
public UDProjectLargeRecordData()
Remarks

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

UdprojectLargeId

Primary key

Declaration
public int UdprojectLargeId
Field Value
Type Description
int
Remarks

Please use this class instead of a full UDProjectLargeRow 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 UDProjectLargeTableInfo 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)
UDProjectLargeRecordDataExtensions.ToInsertAsync(UDProjectLargeRecordData, 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