Click or drag to resize

SqlQueryTestStepQuery Property

Gets or sets the SQL Query that will be executed.

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

Property Value

Type: String
The query.
See Also