Finds the database version.

Namespace: DotNetNuke.Common
Assembly: 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.

Return Value

return true if can find the specific version, otherwise will retur false.

See Also