Click or drag to resize

ICommenceCursorGetDeleteRowSetByID Method

Create a rowset for deleting a particular row.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
ICommenceDeleteRowSet GetDeleteRowSetByID(
	string pRowID,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

pRowID
Type: SystemString
Unique ID string obtained from GetRowID().
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceDeleteRowSet
ICommenceDeleteRowSet on success.
See Also