Gets the number of SqlParts in this SqlStringBuilder.

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();

Return Value

The number of SqlParts in this SqlStringBuilder.

See Also