Skip to main content

Class UpsertRowStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UpsertRowStatus. Information about a row of the results of a mass-update operation

Inheritance

objectCarrierUpsertRowStatus

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

UpsertRowStatus()

Default constructor - defaults any enum props to 0.

Properties

Action

Actiona taken for row NULL if unknown enum value.

Property Value

UpsertRowActionStatus?

See Also

UpsertRowStatus.Action_String

Action_String

Actiona taken for row Raw string enum value.

Property Value

string

See Also

UpsertRowStatus.Action

PrimaryKey

The primary key of the target table, that matches the keys specified in the data row

Property Value

int

RowKeys

The key values given in the incoming ‘data’ parameter to the Upsert call, in the order they were speicifed in the ‘keys’ array

Property Value

string[]

See Also

DatabaseTableAgent