See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the DbProvider that's used to import the database schema. If null, the value of the DbSchema property is used to get the database schema.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public DbProvider DbProvider { get; set; }
Visual Basic
Public Property DbProvider As DbProvider
	Get
	Set
Visual C++
public:
property DbProvider^ DbProvider {
	DbProvider^ get ();
	void set (DbProvider^ value);
}

Property Value

Type: DbProvider

See Also