public ConstraintColumn( string owner, string constraintName, string tableName, string columnName, int?position) { this.owner = owner; this.constraintName = constraintName; this.constraintRef = null; this.tableName = tableName; this.columnName = columnName; this.columnRef = null; this.position = position; }
public ConstraintColumn( string owner, string constraintName, string tableName, string columnName, int? position) { this.owner = owner; this.constraintName = constraintName; this.constraintRef = null; this.tableName = tableName; this.columnName = columnName; this.columnRef = null; this.position = position; }