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