public BQLAliasHandle(BQLTableHandle table, string aliasName) { this._table = table; this._aliasName = aliasName; }
public BQLOtherParamHandle(BQLTableHandle table, string paramName) { this.table = table; this.paramName = paramName; }