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