protected internal MySQLSelectBuilder(MySQLCommandFactory factory, MySQLSelectBuilder selected) : base(factory, selected)
 {
 }
 protected internal MySQLTableBuilder(MySQLCommandFactory factory, MySQLSelectBuilder select, Data.Objects.IDbTable table) : base(factory, select) => this.table = table;
Пример #3
0
 protected internal MySQLSelectBuilderColumnsSelected(MySQLCommandFactory factory, MySQLSelectBuilder select, Data.Objects.IDbColumn column) : base(factory, select) => this.column = column;