This commit is contained in:
2020-12-18 19:31:24 +00:00
parent 4e51e45e95
commit ddee772f08
8 changed files with 32 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ namespace AyaNova.DataList
[JsonIgnore]
public string SqlValueColumnName { get; set; }
[JsonIgnore]
public string SqlAyTypeColumnName { get; set; }//column to fetch the AyaType for this field to set it dynamically instead of preset
public string SqlAyTypeColumnName { get; set; }//column to fetch the AyaType openabel for this field to set it dynamically instead of preset
@@ -62,7 +62,7 @@ namespace AyaNova.DataList
IsMeta = false;
//Set openable object type to no type which is the default and means it's not a link to another object
AyaObjectType = (int)AyaType.NoType;
SqlAyTypeColumnName=string.Empty;
SqlAyTypeColumnName=null;//must be null as that is checked against specifically
}