C# Class NRails.Database.Mssql.SqlServer.Schema.SqlServerVersion

Mostrar archivo Open project: Ziaw/nor 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_oe property

public string ver1
return string

ver2 public_oe property

public int ver2
return int

ver3 public_oe property

public int ver3
return int