Update one_to_many doc

This commit is contained in:
vabenil 2022-11-08 15:50:08 +02:00
parent a0e2efc223
commit f0d649300c
1 changed files with 3 additions and 2 deletions

View File

@ -920,8 +920,9 @@ string toFieldName(T)(string s, bool isPlural = false)
} }
--- ---
if t2 or t1 are set as null they will be inferred from either if t2 or t1 are set as "" the get function will not be generated
the `DBName` attribute or from the name of the Table (the name will not be inferred), if set as null they will be inferred from
either the `DBName` attribute or from the name of the Table.
History: History:
Added November 5, 2022 (dub v10.10) Added November 5, 2022 (dub v10.10)