Project SQL function sqrt()
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 double Sqrt( this long numericProperty ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function Sqrt ( _ numericProperty As Long _ ) As Double |
| Visual C++ |
|---|
[ExtensionAttribute] public: static double Sqrt( long long numericProperty ) |
Parameters
- numericProperty
- Type: System..::..Int64
[Missing <param name="numericProperty"/> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.Sqrt(System.Int64)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.Sqrt(System.Int64)"]