Gets or sets the index of the column in the IType.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public int TypeIndex { get; set; }  | 
| Visual Basic | 
|---|
Public Property TypeIndex As Integer Get Set  | 
| Visual C++ | 
|---|
public: property int TypeIndex { int get (); void set (int value); }  |