Click or drag to resize

AbstractSqlFactory.BeforeDisConnect Method

X#
This method is called before a connection is disconnected.

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

Parameters

oConnection
Type: DbConnection
The connection object.

Implements

BeforeDisConnect(DbConnection)
See Also