Get the name of the store that this transaction applies to
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
string StoreName { get; } |
| Visual Basic |
|---|
ReadOnly Property StoreName As String Get |
| Visual C++ |
|---|
property String^ StoreName { String^ get (); } |
| F# |
|---|
abstract StoreName : string with get |