[This is preliminary documentation and is subject to change.]
Validate the Version between the database and the code. It is assumed that if the
major Version number and the minor Version number does not match, then the versions
are mismatched and the application cannot run properly.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool ValidVersion() |
Visual Basic (Declaration) |
---|
Public Function ValidVersion As Boolean |
Visual C++ |
---|
public: bool ValidVersion() |