Checks to see if the named store already exists
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
bool DoesStoreExist(
string storeName
) |
| Visual Basic |
|---|
Function DoesStoreExist (
storeName As String
) As Boolean |
| Visual C++ |
|---|
bool DoesStoreExist(
String^ storeName
) |
| F# |
|---|
abstract DoesStoreExist :
storeName : string -> bool
|
Parameters
- storeName
- Type: System..::..String
The name of the store to test for
Return Value
Type:
BooleanTrue if store exists, false otherwise
See Also