Click or drag to resize

CommenceDeleteRowSetDeleteRow Method

Mark a row for deletion.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public int DeleteRow(
	int nRow,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be 0

Return Value

Type: Int32
0 on success, -1 on error.

Implements

ICommenceDeleteRowSetDeleteRow(Int32, CmcOptionFlags)
See Also