Click or drag to resize

ManagerGetVersionInfo Method

Gets information for the specified SQL Server Express LocalDB version, such as whether it exists and the full LocalDB version number (including build and release numbers).

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VersionInfo GetVersionInfo(
	string version
)

Parameters

version
Type: SystemString
The LocalDB version name.

Return Value

Type: VersionInfo
The information about the specified LocalDB version.
See Also