Gets the number of SqlParts in this SqlStringBuilder.
Namespace:
NHibernate.SqlCommandAssembly: 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(); |