Query Property
Query
Gets or sets the SQL query text.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
string |
A string representing the SQL query text.
|
Examples
dialog.Query = "SELECT * FROM Employees";
var sqlQuery = dialog.Query;