Gets or sets the index of the column in the IType.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property TypeIndex As Integer
C#
public int TypeIndex { get; set; }
Visual C++
public:
property int TypeIndex {
	int get ();
	void set (int value);
}
JavaScript
function get_typeIndex();
function set_typeIndex(value);

Field Value

The index of the column in the IType.

See Also