AbstractSqlFactory.AfterConnect 方法 | |
This method is called after a connection was opened.
命名空间:
XSharp.Data
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD AfterConnect(
oConnection AS DbConnection
) AS VOID
public virtual void AfterConnect(
DbConnection oConnection
)
查看代码参数
- oConnection
- 类型:DbConnection
The connection object that was opened.
实现
AfterConnect(DbConnection)参见