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

Get the DbProivder of the database connection. Null is returned if an xml file is used.

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: DbProvider

See Also