ConnectOnOpen
Specifies whether the provider establishes a connection to TigerGraph immediately upon opening the connection. The default value is false. Enable this property only if immediate connectivity verification is necessary.
Data Type
bool
Default Value
false
Remarks
If set to true, the provider performs a "Test Connection" operation, commonly used in database tools to verify connectivity. This operation does not persist any session data; it simply confirms that a connection can be established, functioning like a NOOP (no operation) command.
When set to false, the connection is deferred until required for operations, which may improve performance in scenarios where connections are frequently opened and closed without immediate activity.