Click or drag to resize

CommenceDatabaseGetCursor Method (String)

Get a CommenceCursor object that wraps the native FormOA.ICommenceCursor interface.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceCursor GetCursor(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: ICommenceCursor
CommenceCursor wrapping Commence ICommenceCursor with default settings
Exceptions
ExceptionCondition
CommenceCOMExceptionUnable to create a cursor.
See Also