Gets the type of database against which the migration is being run.

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

Syntax

C#
protected ProviderType ProviderType { get; }
Visual Basic (Declaration)
Protected ReadOnly Property ProviderType As ProviderType

See Also