Skip to content
Auto
Products

SqlQueryBuilder

Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class SqlQueryBuilder

Inheritance: object → SqlQueryBuilder

public SqlQueryBuilder()
public bool IsEmpty { get; }

bool

public bool IsForToString { get; }

bool

public IList<QueryParameter> Parameters { get; }

IList<QueryParameter>

public string Query { get; }

string

public bool SupportParameters { get; set; }

bool

public bool ValidationEnabled { get; set; }

bool

public void Append(char value)
public void Append(string value)
public void AppendKeyword(string value)
public void AppendParameter(object parameterOwner, object value)
public string Pop()

string

public void Push()