SchemaMigrationAttribute Constructor

Creates a new SchemaMigrationAttribute.

Definition

Namespace: Gemstone.Data.SchemaMigration
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.170 -- Release Build+2a9fa3c66c28e3c3cab7bdd2c7a3badf828f6ba0
public SchemaMigrationAttribute(
	int branchNumber,
	int year,
	int month,
	int day,
	string 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.

See Also