Get the TypeID for the given entity class

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

Syntax

C#
int TypeID { get; }
Visual Basic
ReadOnly Property TypeID As Integer
	Get
Visual C++
property int TypeID {
	int get ();
}

Field Value

Int

See Also