Sdílet prostřednictvím


EdmFunctions.Month(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonickou funkci Month se zadaným argumentem, který musí mít typ výsledku DateTime nebo DateTimeOffset. Typ výsledku výrazu je 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

Parametry

dateValue
DbExpression

Výraz, který určuje hodnotu, ze které se má měsíc načíst.

Návraty

Nový DbFunctionExpression, který vrátí celočíselnou hodnotu měsíce z dateValue.

Výjimky

dateValue je null.

Formát dateValue je neplatný.

Platí pro