Checks if a named store exists

Namespace: BrightstarDB.Dynamic
Assembly: 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:
bool DoesStoreExist(
	String^ storeName
)
F#
member DoesStoreExist : 
        storeName : string -> bool 

Parameters

storeName
Type: System..::..String
The name of the store to check

Return Value

Type: Boolean
True if the store exists otherwise false.

See Also