You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"Could not load the data model '{propertyToAdd.PropertyType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
288
289
289
-
if(sourceModelClass==null)
290
-
thrownewCodeFactoryException(
291
-
$"Could not the data model '{propertyToAdd.PropertyType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
290
+
if(sourceModelClass.IsLoaded==false)thrownewCodeFactoryException($"Could not load the data model '{propertyToAdd.PropertyType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
$"Could not load the data model '{propertyToAdd.PropertyType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
312
315
313
-
if(sourceModelClass==null)
314
-
thrownewCodeFactoryException(
315
-
$"Could not the data model '{propGenericType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
316
+
if(sourceModelClass.IsLoaded==false)thrownewCodeFactoryException($"Could not load the data model '{propertyToAdd.PropertyType.Name}' could not refresh the poco model, cannot update the POCO class '{pocoClass.Name}'.");
0 commit comments