RowsetBase DoUpdate Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Tries to find a row with the same set of key fields in this table and if found, replaces it and returns its index, otherwise returns -1

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual int DoUpdate(
	Row row,
	IDataStoreKey key = null
)

Return Value

Type: OnlineInt32
See Also