See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected override sealed IEntityCollection NewEntitySetCore( Type collectionType, Type entityType, IEntityCollectionRelationship relationship ) |
| Visual Basic |
|---|
Protected Overrides NotOverridable Function NewEntitySetCore ( collectionType As Type, entityType As Type, relationship As IEntityCollectionRelationship ) As IEntityCollection |
| Visual C++ |
|---|
protected: virtual IEntityCollection^ NewEntitySetCore( Type^ collectionType, Type^ entityType, IEntityCollectionRelationship^ relationship ) override sealed |
Parameters
- collectionType
- Type: System..::..Type
- entityType
- Type: System..::..Type
- relationship
- Type: IEntityCollectionRelationship