Class SqlQuery
public class SqlQuery
- Inheritance
-
SqlQuery
Properties
DBConnectionString
public string DBConnectionString { get; set; }
Property Value
DBType
public string DBType { get; set; }
Property Value
Query
public string Query { get; set; }
Property Value
Results
public List<Dictionary<string, string>> Results { get; set; }
Property Value
TenantId
Reference to the Tenant this belongs to
public int TenantId { get; set; }