DbNetSuiteVS
DbNetData Constructor
NamespacesDbNetLink.DataDbNetDataDbNetData()()()
Creates an instance of DbNeData by deriving the connection string from the configuration file using the name DbNetData
Declaration Syntax
C#Visual Basic
public DbNetData()
Public Sub New
Remarks

The connection string is derived on the following basis:

  • IAn entry in the web.config connection strings collection called DbNetData is looked for
Examples
CopyC#
DbNetData Data = new DbNetData();

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)