RowsetBase Delete Method NFX Class Library

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

Overload List

  NameDescription
Public methodDelete( Object )
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
Public methodDelete(Row, IDataStoreKey)
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
Back to Top
See Also