The MigrationVersion type exposes the following members.

Methods

  NameDescription
CompareTo
Compares two MigrationVersion objects.
Equals
Determines whether the MigrationVersion is equal to another object.
(Overrides ValueType..::.Equals(Object).)
FromString
Parses a MigrationVersion from a string.
GetHashCode
Serves as a hash function for the MigrationVersion type.
(Overrides ValueType..::.GetHashCode()()().)
ToString
Gets a string representation of the migration version.
(Overrides ValueType..::.ToString()()().)
TryFromString
Parses a MigrationVersion from a string.

Operators

  NameDescription
Equality
Compares two MigrationVersion objects.
GreaterThan
Compares two MigrationVersion objects.
GreaterThanOrEqual
Compares two MigrationVersion objects.
Inequality
Compares two MigrationVersion objects.
LessThan
Compares two MigrationVersion objects.
LessThanOrEqual
Compares two MigrationVersion objects.

See Also