EdmFunctions.Month(DbExpression) Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « Month » canonique avec l’argument spécifié, qui doit avoir un résultat de type DateTime ou DateTimeOffset. Le résultat de l’expression est de type Edm.Int32.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Month(System::Data::Common::CommandTrees::DbExpression ^ dateValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Month (this System.Data.Common.CommandTrees.DbExpression dateValue);
static member Month : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Month (dateValue As DbExpression) As DbFunctionExpression

Paramètres

dateValue
DbExpression

Expression qui spécifie la valeur dans laquelle le mois doit être récupéré.

Retours

Nouvelle DbFunctionExpression qui retourne la valeur de mois entier à partir de dateValue.

Exceptions

dateValue a la valeur null.

dateValue n'est pas valide.

S’applique à