The properties to use to generate a key.

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

Syntax

C#
public PropertyInfo[] KeyProperties { get; }
Visual Basic
Public ReadOnly Property KeyProperties As PropertyInfo()
	Get
Visual C++
public:
property array<PropertyInfo^>^ KeyProperties {
	array<PropertyInfo^>^ get ();
}
F#
member KeyProperties : PropertyInfo[] with get

Property Value

Type: array<PropertyInfo>[]()[][]

Remarks

NULL if the identifier is not generated from entity property values

See Also