 | 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
SyntaxICommenceDeleteRowSet GetDeleteRowSetByID(
string pRowID,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetDeleteRowSetByID (
pRowID As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As ICommenceDeleteRowSet
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:
ICommenceDeleteRowSetICommenceDeleteRowSet on success.
See Also