See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public EntityClassProperty[] KeyProperties { get; set; } |
Visual Basic |
---|
Public Property KeyProperties As EntityClassProperty()
Get
Set |
Visual C++ |
---|
public:
property array<EntityClassProperty^>^ KeyProperties {
array<EntityClassProperty^>^ get ();
void set (array<EntityClassProperty^>^ value);
} |
Property Value
Type:
array<EntityClassProperty>[]()[][]
See Also