Show / Hide Table of Contents

Struct MySqlVersion

Specifies MySQL version.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.MySql
Assembly: DevZest.Data.MySql.dll
Syntax
public struct MySqlVersion

Constructors

Name Description
MySqlVersion(String, Int32, Int32, Int32)

Initializes a new instance of MySqlVersion.

Properties

Name Description
Build

Gets the build number of the version.

LowestSupported

Gets the lowest version (8.0.4) which is supported.

Major

Gets the major number of the version.

Minor

Gets the Minor number of the version.

Methods

Name Description
IsAtLeast(Int32, Int32, Int32)

Determines whether current version is equal or greater than specified version.

Parse(String)

Parses string into MySqlVersion.

ToString()

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest