Exemplo n.º 1
0
 public ParameterRow(QueryParametersTable table, RowId id)
     : base(table, id)
 {
     query = table.query;
 }
Exemplo n.º 2
0
 public ParameterColumnCollection(QueryParametersTable table)
     : base(table)
 {
     query = table.query;
 }