Click or drag to resize

DbServer.Close Method (Typed)

X#
Close the database file and its associated index files.

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

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
It will also help the garbage collector if you set the oDBServer to NULL_OBJECT after closing it.
See Also