Skip to content
Auto
Products

SqlClauseWith

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

public class SqlClauseWith : TagBites.Sql.SqlClauseCollectionBase<TagBites.Sql.SqlClauseWithEntry>

Inheritance: SqlClauseCollectionBase<SqlClauseWithEntry> → SqlClauseWith

public SqlClauseWith()
protected virtual void Accept(SqlQueryResolver resolver, SqlQueryBuilder builder)
public SqlClauseWithEntry Add(SqlQueryBase query)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string[] columnNames, SqlQueryBase query)

SqlClauseWithEntry

public SqlClauseWithEntry Add(SqlExpression select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string[] columnNames, SqlExpression select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(Query select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string[] columnNames, Query select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, SqlQueryBase query)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, string[] columnNames, SqlQueryBase query)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, SqlExpression select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, string[] columnNames, SqlExpression select)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, Query query)

SqlClauseWithEntry

public SqlClauseWithEntry Add(string withName, string[] columnNames, Query query)

SqlClauseWithEntry