Project SQL function length()
Note: throws an exception outside of a QueryOver expression
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static int StrLength( this string stringProperty ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function StrLength ( _ stringProperty As String _ ) As Integer |
Visual C++ |
---|
[ExtensionAttribute] public: static int StrLength( String^ stringProperty ) |
Parameters
- stringProperty
- Type: System..::..String
[Missing <param name="stringProperty"/> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.StrLength(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.StrLength(System.String)"]