Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsNotEmpty ( _ str As SqlString _ ) As Boolean |
C# |
---|
public static bool IsNotEmpty( SqlString str ) |
Visual C++ |
---|
public: static bool IsNotEmpty( SqlString^ str ) |
JavaScript |
---|
NHibernate.Util.StringHelper.isNotEmpty = function(str); |
Parameters
- str
- Type: NHibernate.SqlCommand..::.SqlString