SQLSelect.MoreResults Property (Typed) | |
A logical value representing whether there are more rows to retrieve.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MoreResults AS LOGIC GET
public virtual bool MoreResults { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value representing whether there are more rows to retrieve.
See Also