Skip to main content

Class TableRecord

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TableRecord. The extra table entity contains meta data for an extra table (not implemented yet)

Inheritance

objectCarrierTableRecord

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TableRecord()

Default constructor - defaults any enum props to 0.

Properties

Values

Values for the row, where the first string is the column name (e.g. x_number), and the second string is the value formatted as a DB-value, e.g. [I:42]

Property Value

StringDictionary

See Also

DatabaseTableAgent