Gets the number of SqlParts contained in this SqlString.

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

Syntax

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

Field Value

The number of SqlParts contained in this SqlString.

See Also