Get the Type of this entity in the form of IEntityType
Namespace: Cartella.InterfacesAssembly: 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 (); } |