Get the Type of this entity in the form of IEntityType

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

Syntax

C#
IEntityType EntityType { get; }
Visual Basic
ReadOnly Property EntityType As IEntityType
	Get
Visual C++
property IEntityType^ EntityType {
	IEntityType^ get ();
}

Field Value

IEntityType

See Also