DbServer.Close Method (Typed) | |
Close the database file and its associated index files.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Close() AS LOGIC
public override bool Close()
Request Example
View SourceReturn 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