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; }
<DataMemberAttribute>
Public Property Query As String
Get
Set
public:
[DataMemberAttribute]
property String^ Query {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Query : string with get, set
Property Value
Type:
String
The query.
See Also