Retrieves the line number on which this parameter occurs in the source query.

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

Syntax

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

See Also