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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Length As Integer
C#
public int Length { get; }
Visual C++
public:
property int Length {
	int get ();
}
JavaScript
function get_length();

See Also