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

Syntax

C#
protected override sealed Object NewEntitySetCore(
	Type entityType
)
Visual Basic
Protected Overrides NotOverridable Function NewEntitySetCore ( 
	entityType As Type
) As Object
Visual C++
protected:
virtual Object^ NewEntitySetCore(
	Type^ entityType
) override sealed

Parameters

entityType
Type: System..::..Type

Return Value

Type: Object

See Also