RowsetBase Delete Method ( Object )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, deletes it and returns its index, otherwise -1

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

public int Delete(
	params Object[] keys
)

Parameters

keys
Type:  OnlineSystem Object 

Return Value

Type: OnlineInt32
See Also