ISqlFactory.AfterConnect Method | |
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
void AfterConnect(
DbConnection oConnection
)
Request Example
View SourceParameters
- oConnection
- Type: DbConnection
The connection object that was opened.
See Also