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# |
---|
public bool DoesStoreExist(
string storeName
) |
Visual Basic |
---|
Public Function DoesStoreExist (
storeName As String
) As Boolean |
Visual C++ |
---|
public:
virtual bool DoesStoreExist(
String^ storeName
) sealed |
F# |
---|
abstract DoesStoreExist :
storeName : string -> bool
override DoesStoreExist :
storeName : string -> bool |
Parameters
- storeName
- Type: System..::..String
store to check
Return Value
Type:
Booleantrue if store exists, false if not.
Implements
IBrightstarService..::..DoesStoreExist(String)
See Also