Class RowStatus
Assembly: SoDataBase.BusinessLogic.dll
Syntax
Constructors
RowStatus()
Declaration
Properties
Action
Declaration
public virtual UpsertRowActionStatus Action { get; set; }
Property Value
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
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
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods