Overload List

  NameDescription
CheckPhysicalSchema<(Of <(Domain>)>)()()()
Checks conformity between the logical schema of in memory data of a given Domain and it's physical counterpart in the Database. If there are errors, an exception is thrown with the error message returned from the Database.
CheckPhysicalSchema(String)
Checks conformity between the logical schema of in memory data specified by domain Name and it's physical counterpart in the Database. If there are errors, an exception is thrown with the error message returned from the Database.

See Also