This commit is contained in:
2021-08-05 00:57:09 +00:00
parent 5bcc7e95b9
commit c5a5fd3bd9
3 changed files with 600 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ namespace AyaNova.DataList
#if (DEBUG)
//Developers little helper
if (o == null)
{
{
throw new System.ArgumentNullException($"## DEV ERROR in DataListSqlSelectBuilder.cs:BuildForDataTableListResponse() field {ColumnName} specified in columns was NOT found in the data list's ObjectFields list, a defined fieldkey name differs from the columns key name");
}
#endif