Get the entity type this entity manager is in charge of
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IEntityType EntityItemType { get; } |
| Visual Basic |
|---|
ReadOnly Property EntityItemType As IEntityType Get |
| Visual C++ |
|---|
property IEntityType^ EntityItemType { IEntityType^ get (); } |