Table of Contents

Class SqlQuery

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class SqlQuery
Inheritance
SqlQuery

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