Click or drag to resize

ICommenceCursorGetEditRowSet Method (CmcOptionFlags)

Create a rowset of all existing items for editing. Be careful when handling very large rowsets.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
ICommenceEditRowSet GetEditRowSet(
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceEditRowSet
ICommenceEditRowSet object on success.
Remarks
This method is only available for .Net consumers.
Remarks
This method is only available to .NET applications.
See Also