IChartStorageHandler.Exists(String) Método
Definição
Verifica a existência de dados em uma chave especificada.Checks for the existence of data under a specified key.
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.Index key.
Retornos
true se houver dados na chave especificada, caso contrário, false.true if data exists under specified key; otherwise, false.