Click or drag to resize

DataServer.Close Method (Typed)

X#
Close down the server in a manner specific to the database used.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Close() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the operation was successful; FALSE if not. (How can closing down a server be unsuccessful? If you are accessing a database over a network, and the network goes down before the server is closed, the DataServer:Close() operation may be the first one to fail, but it is still important to respond to this failure since it may indicate that database changes are not committed.)
See Also