MySqlMigrationType Enum

Definition

Defines values for MySqlMigrationType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MySqlMigrationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MySqlMigrationType = 
Public Enum MySqlMigrationType
Inheritance
MySqlMigrationType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

LocalToRemote 0
RemoteToLocal 1

Applies to