ConnectorEventArgs 类

定义

处理连接事件。 通过UI控件中的当前设置,持久保存历史记录。

public ref class ConnectorEventArgs : EventArgs
public class ConnectorEventArgs : EventArgs
type ConnectorEventArgs = class
    inherit EventArgs
Public Class ConnectorEventArgs
Inherits EventArgs
继承
ConnectorEventArgs

构造函数

名称 说明
ConnectorEventArgs(IDbConnection)

初始化该类的新实例 ConnectorEventArgs ,使用指定的连接参数。

字段

名称 说明
c

定义了与数据源的开放连接。

属性

名称 说明
Connection

它会获得 IDbConnection 一个用于与数据源连接的对象。

适用于