DataServer.GoTop Method (Typed) | |
Position this data server at the first record.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD GoTop() AS LOGIC
public virtual bool GoTop()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyGoTop message to this data server's clients.
See Also