CreatingSchemaEventArgs Class
Provides data for the CreatingSchema event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The CreatingSchemaEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreatingSchemaEventArgs | Initializes a new instance of the CreatingSchemaEventArgs class by using synchronization table, schema, connection, and transaction parameters. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets an IDbConnection object for the connection over which the schema will be created. |
![]() | Schema | Gets a SyncSchema object for the table that is being created. |
![]() | Table | Gets a SyncTable object that contains settings for the table that is being created. |
![]() | Transaction | Gets or sets an IDbTransaction object that contains the transaction within which the schema will be created. |
Show:
