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