SQLSelect.CursorName Property (Typed) | |
A string containing the cursor name.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CursorName AS STRING GET SET
public virtual string CursorName { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string containing the cursor name.
See Also