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 override EntityClassCollection Entities { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property Entities As EntityClassCollection
Get |
| Visual C++ |
|---|
public:
virtual property EntityClassCollection^ Entities {
EntityClassCollection^ get () override;
} |
Property Value
Type:
EntityClassCollectionImplements
IEntityClassSet..::..Entities
See Also