InsertQueryBuilder
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class InsertQueryBuilderInheritance: object → InsertQueryBuilder
Constructors
Section titled “Constructors”InsertQueryBuilder(string)
Section titled “InsertQueryBuilder(string)”public InsertQueryBuilder(string tableName)Parameters
Section titled “Parameters”tableNamestring
Properties
Section titled “Properties”Columns
Section titled “Columns”public IEnumerable<string> Columns { get; }Property Value
Section titled “Property Value”ReturningColumns
Section titled “ReturningColumns”public IEnumerable<string> ReturningColumns { get; }Property Value
Section titled “Property Value”TableName
Section titled “TableName”public string TableName { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”AddRecord()
Section titled “AddRecord()”public InsertQueryBuilder.Record AddRecord()Returns
Section titled “Returns”AddRecord(InsertQueryBuilder.Record)
Section titled “AddRecord(InsertQueryBuilder.Record)”public void AddRecord(InsertQueryBuilder.Record record)Parameters
Section titled “Parameters”recordInsertQueryBuilder.Record
AddReturning(string)
Section titled “AddReturning(string)”public void AddReturning(string columnName)Parameters
Section titled “Parameters”columnNamestring
GetQuery()
Section titled “GetQuery()”public Query GetQuery()