Initializes a new instance of the MigrationAttribute class.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
public MigrationAttribute(
	string version
)
Visual Basic (Declaration)
Public Sub New ( _
	version As String _
)

Parameters

version
Type: System..::.String
A string representing the migration version. This should be a timestamp in the format "yyyyMMddHHmmss".

See Also