Gets or sets the type of the database.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public ConnectionStringManager..::..DBTypes DbType { get; set; }
Public Property DbType As ConnectionStringManager..::..DBTypes
Get
Set
public:
property ConnectionStringManager..::..DBTypes DbType {
ConnectionStringManager..::..DBTypes get ();
void set (ConnectionStringManager..::..DBTypes value);
}
Field Value
The type of the db. Default is
SqlServer.
The type of the database may not always be inferred from
the contents of a connection string, so this control requires
its consumers to explicitly identify the database type.