Get or set the names of the properties to be used to generate a unique key for this identifier
Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string[] KeyProperties { get; set; } |
Visual Basic |
---|
Public Property KeyProperties As String()
Get
Set |
Visual C++ |
---|
public:
property array<String^>^ KeyProperties {
array<String^>^ get ();
void set (array<String^>^ value);
} |
F# |
---|
member KeyProperties : string[] with get, set
|
Property Value
Type:
array<String>[]()[][]
See Also