ISqlFactory.BeforeDisConnect Method | |
This method is called before a connection is disconnected.
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax FUNCTION BeforeDisConnect(
oConnection AS DbConnection
) AS VOID
void BeforeDisConnect(
DbConnection oConnection
)
Request Example
View SourceParameters
- oConnection
- Type: DbConnection
The connection object.
See Also