See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
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.BusinessAssembly: 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 (); } |