次の方法で共有


MySqlMigrationType 列挙型

定義

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
継承
MySqlMigrationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

LocalToRemote 0
RemoteToLocal 1

適用対象