SQLSelect.GoTo Method (Typed) | |
Position the data server on the specified row number.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
nNewRec AS LONG
) AS LOGIC
public override bool GoTo(
int nNewRec
)
Request Example
View SourceParameters
- nNewRec
- Type: Long
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
Some types of data servers cannot support movement by row number. |
Sends a NotifyRecordChange message, if successful.
See Also