 | ICommenceDeleteRowSetDeleteRow Method |
Mark a row for deletion.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint DeleteRow(
int nRow,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function DeleteRow (
nRow As Integer,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Integer
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row. - flags (Optional)
- Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be 0
Return Value
Type:
Int320 on success, -1 on error.
See Also