EntityKeyMetadata.IsSecondaryKey Property

Definition

public:
 property Nullable<bool> IsSecondaryKey { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? IsSecondaryKey { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsSecondaryKey : Nullable<bool> with get, set
Public Property IsSecondaryKey As Nullable(Of Boolean)

Property Value

Attributes

Applies to