SQLSelect.RecCount Property | |
A numeric value representing the number of rows in the data server.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecCount AS USUAL GET
public override Usual RecCount { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the number of rows in the data server.
Remarks
A numeric value representing the number of rows in the data server. NIL is returned if the number of rows cannot be determined.
Tip |
---|
Some types of data servers may not be able to provide this number. |
See Also