DataServer.GoTo Method (Typed) | |
Position this data server on a specified record number.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
nPosition AS LONG
) AS LOGIC
public virtual bool GoTo(
int nPosition
)
Request Example
View SourceParameters
- nPosition
- Type: Long
The record number to which the server should be positioned.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyRecordChange message to this data server's clients.
Tip |
---|
Some types of data servers cannot support movement by record number. |
See Also