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# |
---|
protected internal abstract EntityClassColumnProperty EntityColumnProperty { get; set; } |
Visual Basic |
---|
Protected Friend MustOverride Property EntityColumnProperty As EntityClassColumnProperty
Get
Set |
Visual C++ |
---|
protected public:
virtual property EntityClassColumnProperty^ EntityColumnProperty {
EntityClassColumnProperty^ get () abstract;
void set (EntityClassColumnProperty^ value) abstract;
} |
Property Value
Type:
EntityClassColumnProperty
See Also