SchemaMigrationAttribute Constructor
Namespace: Gemstone.Data.SchemaMigrationAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.171 -- Release Build+09eddea1dde2c1898c071986897c26dec26592bc
public SchemaMigrationAttribute(
int branchNumber,
int year,
int month,
int day,
string author
)
public:
SchemaMigrationAttribute(
int branchNumber,
int year,
int month,
int day,
String^ author
)
Gemstone.Data.SchemaMigration.SchemaMigrationAttribute = function(branchNumber, year, month, day, author);
Parameters
- branchNumber Int32
- Branch number of the migration.
- year Int32
- Year of the migration.
- month Int32
- Month of the migration.
- day Int32
- Day of the migration.
- author String
- Author of the migration.