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