Class RowStatus
Namespace: SuperOffice.Data.Dialect
Assembly: SoDataBase.dll
Syntax
public class RowStatus : Object
Constructors
RowStatus()
Declaration
public RowStatus()
Properties
Action
Actiona taken for row
Declaration
public virtual UpsertRowActionStatus Action { get; set; }
Property Value
Type | Description |
---|---|
UpsertRowActionStatus |
PrimaryKey
The primary key of the target table, that matches the keys specified in the data row
Declaration
public virtual int PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RowKeys
The key values given in the incoming 'data' parameter to the Upsert call, in the order they were speicifed in the 'keys' array
Declaration
public virtual string[] RowKeys { get; set; }
Property Value
Type | Description |
---|---|
String[] |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)