Finds the database version.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static bool FindDatabaseVersion( int Major, int Minor, int Build ) |
| Visual Basic |
|---|
Public Shared Function FindDatabaseVersion ( Major As Integer, Minor As Integer, Build As Integer ) As Boolean |
Parameters
- Major
- Type: System..::..Int32
The major.
- Minor
- Type: System..::..Int32
The minor.
- Build
- Type: System..::..Int32
The build.