Compartir a través de


EntityIdentity.ContainsKey(String) Method

Definition

Gets whether a key is valid in this identity.

public bool ContainsKey (string key);
member this.ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean

Parameters

key
String

The name of a key.

Returns

true if it is a valid key.

Applies to