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