Get or set the string to insert between key values when generating a unique key for this
identifier from multiple key properties.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string KeySeparator { get; set; } |
Visual Basic |
---|
Public Property KeySeparator As String
Get
Set |
Visual C++ |
---|
public:
property String^ KeySeparator {
String^ get ();
void set (String^ value);
} |
F# |
---|
member KeySeparator : string with get, set
|
Property Value
Type:
String
See Also