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
/// This method is used to ensure that the runtime metadata matches the schema for moved tables.
41
+
/// </summary>
42
+
/// <remarks>
43
+
/// The if .. then statements ensure the code does not fail when the tables are empty. The presence of data is not important, the FindFirst will trigger a schema check.
44
+
/// Should this code fail it would indicate a bug in the server code. The code is not expected to fail.
0 commit comments