[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
RowChange class
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public RowChange(
RowChangeType type,
Row row,
IDataStoreKey key
)
public RowChange(
RowChangeType type,
Row row,
IDataStoreKey key
)
Public Sub New (
type As RowChangeType,
row As Row,
key As IDataStoreKey
)
Public Sub New (
type As RowChangeType,
row As Row,
key As IDataStoreKey
)
public:
RowChange(
RowChangeType type,
Row^ row,
IDataStoreKey^ key
)
public:
RowChange(
RowChangeType type,
Row^ row,
IDataStoreKey^ key
)
new :
type : RowChangeType *
row : Row *
key : IDataStoreKey -> RowChange
new :
type : RowChangeType *
row : Row *
key : IDataStoreKey -> RowChange