次の方法で共有


KeyType 列挙型

定義

KeyType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeyType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeyType = 
Public Enum KeyType
継承
KeyType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

PrimaryKey 0
SecondaryKey 1

適用対象