Get or set the type of the custom converter to use to convert key properties into a key

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

Syntax

C#
public Type KeyConverterType { get; set; }
Visual Basic
Public Property KeyConverterType As Type
	Get
	Set
Visual C++
public:
property Type^ KeyConverterType {
	Type^ get ();
	void set (Type^ value);
}
F#
member KeyConverterType : Type with get, set

Property Value

Type: Type

Remarks

The provided type must implement IKeyConverter.

See Also