CleanCode C# Libraries v0.9.22 API

ConnectionStringManager.DbType Property

Gets or sets the type of the database.

public ConnectionStringManager.DBTypes DbType {get; set;}

Property Value

The type of the db.

Remarks

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.

See Also

ConnectionStringManager Class | CleanCodeControls.Forms Namespace