mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
add PgArrayToMany IncludeMany Dto test #1147
This commit is contained in:
@ -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
|
||||
// {
|
||||
|
||||
|
||||
// });
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user