Struct RowChange
Describes row modification
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public struct RowChange
Constructors
RowChange(RowChangeType, Row, IDataStoreKey)
Declaration
public RowChange(RowChangeType type, Row row, IDataStoreKey key)
Parameters
Type | Name | Description |
---|---|---|
RowChangeType | type | |
Row | row | |
IDataStoreKey | key |
Fields
ChangeType
Declaration
public readonly RowChangeType ChangeType
Field Value
Type | Description |
---|---|
RowChangeType |
Key
Declaration
public readonly IDataStoreKey Key
Field Value
Type | Description |
---|---|
IDataStoreKey |
Row
Declaration
public readonly Row Row
Field Value
Type | Description |
---|---|
Row |