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:
@@ -120,9 +120,9 @@ namespace AyaNova.DataList
|
||||
AyaField.i = dr.GetInt64(ordinal);
|
||||
}
|
||||
|
||||
if (f.SqlAyTypeColumnName != null)
|
||||
if (f.SqlATypeColumnName != null)
|
||||
{
|
||||
var ordinal = qSelect.map[f.SqlAyTypeColumnName];
|
||||
var ordinal = qSelect.map[f.SqlATypeColumnName];
|
||||
if (!await dr.IsDBNullAsync(ordinal))
|
||||
AyaField.ot = dr.GetInt32(ordinal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user