Skip to main content

Class MassOperationResult

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

Inheritance

objectCarrierMassOperationResult

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

MassOperationResult()

Default constructor - defaults any enum props to 0.

Properties

Deletes

Number of rows deleted / zeroed

Property Value

int

Inserts

Number of rows inserted

Property Value

int

Message

Any message from the method, including timing data

Property Value

string

RowStatus

Array of statuses and primary keys for all rows that were specified. Populated if the ‘ReturnRowStatus’ parameter of ‘Upsert’ is set, otherwise null

Property Value

UpsertRowStatus[]

Success

Did the operation succeed

Property Value

bool

Updates

Number of rows updated

Property Value

int

See Also

DatabaseTableAgent