The base string for generated identity URIs
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string BaseUri { get; } |
| Visual Basic |
|---|
Public ReadOnly Property BaseUri As String Get |
| Visual C++ |
|---|
public: property String^ BaseUri { String^ get (); } |
| F# |
|---|
member BaseUri : string with get |