IDatabaseRepositoryTryGetVaultByName Method |
Tries to get the vault by name.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool 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