Project SQL function month()
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 MonthPart( this DateTime dateTimeProperty ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function MonthPart ( _ dateTimeProperty As DateTime _ ) As Integer |
Visual C++ |
---|
[ExtensionAttribute] public: static int MonthPart( DateTime dateTimeProperty ) |
Parameters
- dateTimeProperty
- Type: System..::..DateTime
[Missing <param name="dateTimeProperty"/> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.MonthPart(System.DateTime)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.ProjectionsExtensions.MonthPart(System.DateTime)"]