Property | Type | Description | |
---|---|---|---|
MigrationData | System |
Method | Description | |
---|---|---|
MigrationData ( long version, string description, |
Initialises a new instance of the MigrationData class
|
|
ToString ( ) : string |
Returns a string representation of the object
|
Method | Description | |
---|---|---|
MigrationData ( ) : System |
Creates the empty scheme migration
|
public MigrationData ( long version, string description, |
||
version | long | Version of this migration |
description | string | Description of this migration. May be null |
type | Type of class implementing this migration | |
return | System |