Compartir a través de


KeyType Enumeración

Definición

Define valores para 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
Herencia
KeyType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

PrimaryKey 0
SecondaryKey 1

Se aplica a