[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.Framework
Assembly:  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()

Return Value

True if the versions are valid,i.e. the code Version and the database Version are compatable, False if they are not.

See Also