Gets the number of SqlParts in this SqlStringBuilder.
            
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public int Count { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property Count As Integer Get  | 
| Visual C++ | 
|---|
public: property int Count { int get (); }  |