C# Class Rsdn.Janus.SqlServerVersion

Show file Open project: rsdn/janus Class Usage Examples

Public Properties

Property Type Description
ver1 string
ver2 int
ver3 int

Public Methods

Method Description
Parse ( string str, SqlServerVersion &version ) : bool

Method Details

Parse() public static method

public static Parse ( string str, SqlServerVersion &version ) : bool
str string
version SqlServerVersion
return bool

Property Details

ver1 public property

public string ver1
return string

ver2 public property

public int ver2
return int

ver3 public property

public int ver3
return int