public PostgreSqlBuilder(IEnumerable <TableColumn> tableColumns) { if (tableColumns != null) { TableColumns.AddRange(tableColumns); } }