Click or drag to resize

ISqlFactory.AfterConnect Method

X#
This method is called after a connection was opened.

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
FUNCTION AfterConnect(
	oConnection AS DbConnection
) AS VOID
Request Example View Source

Parameters

oConnection
Type: DbConnection
The connection object that was opened.
See Also