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

Namespace: NHibernate.Mapping
Assembly: 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);
}

Field Value

The index of the column in the IType.

See Also