Not supported by this class. Do not use.
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public void DeleteStore(
string storeName
) |
| Visual Basic |
|---|
Public Sub DeleteStore (
storeName As String
) |
| Visual C++ |
|---|
public:
virtual void DeleteStore(
String^ storeName
) sealed |
| F# |
|---|
abstract DeleteStore :
storeName : string -> unit
override DeleteStore :
storeName : string -> unit |
Parameters
- storeName
- Type: System..::..String
Implements
IDataObjectContext..::..DeleteStore(String)
Exceptions
See Also