Initializes a new instance of the EntityRelationCollection class

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public EntityRelationCollection(
	IEntity entity
)
Visual Basic
Public Sub New ( _
	entity As IEntity _
)
Visual C++
public:
EntityRelationCollection(
	IEntity^ entity
)

Parameters

entity
Type: Cartella.Interfaces..::..IEntity

See Also