 | 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
Syntaxpublic ICommenceCursor GetCursor(
string categoryName
)
Public Function GetCursor (
categoryName As String
) As ICommenceCursor
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
ICommenceCursorCommenceCursor wrapping Commence ICommenceCursor with default settings
Exceptions
See Also