Retrieves the column number (within the {@link #getSourceLine()}) where this parameter occurs.

Namespace: NHibernate.Param
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also