Sdílet prostřednictvím


EdmFunctions.Day(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonickou funkci Day 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 ^ Day(System::Data::Common::CommandTrees::DbExpression ^ dateValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Day (this System.Data.Common.CommandTrees.DbExpression dateValue);
static member Day : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Day (dateValue As DbExpression) As DbFunctionExpression

Parametry

dateValue
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrátí celočíselnou hodnotu dne z dateValue.

Výjimky

dateValue je null.

Formát dateValue je neplatný.

Platí pro