[Missing <summary> documentation for "P:NHibernate.SqlCommand.SqlString.Length"]

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

Syntax

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

See Also