Compartilhar via


IChartStorageHandler.Exists(String) Método

Definição

Verifica a existência de dados em uma chave especificada.

public:
 bool Exists(System::String ^ key);
public bool Exists (string key);
abstract member Exists : string -> bool
Public Function Exists (key As String) As Boolean

Parâmetros

key
String

Chave de índice.

Retornos

Boolean

true se houver dados na chave especificada, caso contrário, false.

Aplica-se a