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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LengthDefined As Boolean
C#
public bool LengthDefined { get; }
Visual C++
public:
property bool LengthDefined {
	bool get ();
}
JavaScript
function get_lengthDefined();

See Also