rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back; "ayType", "objectType", "oType" all are used in various areas
This commit is contained in:
@@ -78,7 +78,7 @@ namespace AyaNova.DataList
|
||||
}
|
||||
|
||||
//does it also have an openable AyaType column?
|
||||
var ayaTypeColumnName = o.SqlAyTypeColumnName;
|
||||
var ayaTypeColumnName = o.SqlATypeColumnName;
|
||||
if (!string.IsNullOrWhiteSpace(ayaTypeColumnName))
|
||||
{
|
||||
if (!map.ContainsKey(ayaTypeColumnName))
|
||||
|
||||
Reference in New Issue
Block a user