Click or drag to resize

AbstractSqlTestStepDatabaseName Property

Gets or sets the name of the database.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string DatabaseName { get; set; }

Property Value

Type: String
The name of the database.
See Also