Get the converter that is responsible for converting the key property values of an entity into a single composite key string

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

Syntax

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

Property Value

Type: IKeyConverter

See Also