Show / Hide Table of Contents

Class RowStatus

Inheritance
object
RowStatus
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data.Dialect
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class RowStatus

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
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

Declaration
public virtual string[] RowKeys { get; set; }
Property Value
Type Description
string[]

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top