Gets or sets the index of the column in the IType.
Namespace:
NHibernate.MappingAssembly: 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); |