CreatingSchemaEventArgs 成员

CreatingSchema 事件提供数据。

CreatingSchemaEventArgs 类型公开以下成员。

构造函数

  名称 说明
公共方法 CreatingSchemaEventArgs(SyncTable, SyncSchema, IDbConnection, IDbTransaction) 使用同步表、架构、连接和事务参数初始化 CreatingSchemaEventArgs 类的一个新实例。

页首

方法

  名称 说明
公共方法 Equals(Object) (继承自 Object。)
受保护的方法 Finalize() () () () (继承自 Object。)
公共方法 GetHashCode() () () () (继承自 Object。)
公共方法 GetType() () () () (继承自 Object。)
受保护的方法 MemberwiseClone() () () () (继承自 Object。)
公共方法 ToString() () () () (继承自 Object。)

页首

属性

  名称 说明
公共属性 Connection 获取特定连接(将通过此连接创建架构)的 IDbConnection 对象。
公共属性 Schema 获取要创建的表的 SyncSchema 对象。
公共属性 Table 获取一个 SyncTable 对象,该对象包含要创建的表的设置。
公共属性 Transaction 获取或设置一个 IDbTransaction 对象,该对象包含将在其中创建架构的事务。

页首

请参阅

参考

CreatingSchemaEventArgs类

Microsoft.Synchronization.Data 命名空间