SqlQueryBuilder
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlQueryBuilderInheritance: object → SqlQueryBuilder
Constructors
Section titled “Constructors”SqlQueryBuilder()
Section titled “SqlQueryBuilder()”public SqlQueryBuilder()Properties
Section titled “Properties”IsEmpty
Section titled “IsEmpty”public bool IsEmpty { get; }Property Value
Section titled “Property Value”IsForToString
Section titled “IsForToString”public bool IsForToString { get; }Property Value
Section titled “Property Value”Parameters
Section titled “Parameters”public IList<QueryParameter> Parameters { get; }Property Value
Section titled “Property Value”public string Query { get; }Property Value
Section titled “Property Value”SupportParameters
Section titled “SupportParameters”public bool SupportParameters { get; set; }Property Value
Section titled “Property Value”ValidationEnabled
Section titled “ValidationEnabled”public bool ValidationEnabled { get; set; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Append(char)
Section titled “Append(char)”public void Append(char value)Parameters
Section titled “Parameters”valuechar
Append(string)
Section titled “Append(string)”public void Append(string value)Parameters
Section titled “Parameters”valuestring
AppendKeyword(string)
Section titled “AppendKeyword(string)”public void AppendKeyword(string value)Parameters
Section titled “Parameters”valuestring
AppendParameter(object, object)
Section titled “AppendParameter(object, object)”public void AppendParameter(object parameterOwner, object value)Parameters
Section titled “Parameters”public string Pop()Returns
Section titled “Returns”Push()
Section titled “Push()”public void Push()