add PgArrayToMany IncludeMany Dto test #1147

This commit is contained in:
2881099
2022-06-06 19:20:59 +08:00
parent 24d072409d
commit 1a0f0d0f02
3 changed files with 24 additions and 1 deletions

View File

@ -48,6 +48,7 @@ namespace FreeSql.Internal.Model
}
return tryref;
}
public IEnumerable<KeyValuePair<string, TableRef>> GetAllTableRef() => _refs;
//public void CopyTo(TableInfo target)
//{
@ -79,7 +80,7 @@ namespace FreeSql.Internal.Model
// target.VersionColumn = getOrCloneColumn(this.VersionColumn);
// foreach (var rf in this._refs) target._refs.TryAdd(rf.Key, new TableRef
// {
// });