IDatabaseRepositoryTryGetVaultByName Method |
Tries to get the vault by name.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax bool TryGetVaultByName(
string name,
out IVault pResult
)
Parameters
- name
- Type: SystemString
The vault name. - pResult
- Type: PDTec.IceNet.Core.DatabaseIVault
The vault.
Return Value
Type:
Booleantrue if the repository contains a Vault
with this name; otherwise,
false.
See Also