The separator to insert between values when multiple properties are used to generate the key

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string KeySeparator { get; }
Visual Basic
Public ReadOnly Property KeySeparator As String
	Get
Visual C++
public:
property String^ KeySeparator {
	String^ get ();
}
F#
member KeySeparator : string with get

Property Value

Type: String

See Also