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
The primarykey type must be int? The data has been inserted into the database, but there is still an error.
((IDictionary<string, object>)toInsert)[this.PrimaryKeyField] = Convert.ToInt32(cmd.ExecuteScalar());
The text was updated successfully, but these errors were encountered:
The primarykey type must be int? The data has been inserted into the database, but there is still an error.
((IDictionary<string, object>)toInsert)[this.PrimaryKeyField] = Convert.ToInt32(cmd.ExecuteScalar());
The text was updated successfully, but these errors were encountered: