public DaoForeignKeyInfo(DaoForeignKeyColumn attribute, string tableName)
 {
     this.DaoForeignKeyColumn = attribute;
     this.TableName = tableName;
 }
Example #2
0
 public DaoForeignKeyInfo(DaoForeignKeyColumn attribute, string tableName)
 {
     this.DaoForeignKeyColumn = attribute;
     this.TableName           = tableName;
 }