The prefix used to reference the namespace
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Prefix { get; set; } |
| Visual Basic |
|---|
Public Property Prefix As String Get Set |
| Visual C++ |
|---|
public: property String^ Prefix { String^ get (); void set (String^ value); } |
| F# |
|---|
member Prefix : string with get, set |