Sdílet prostřednictvím


EdmFunctions.DayOfYear(DbExpression) Metoda

Definice

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

Parametry

dateValue
DbExpression

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

Návraty

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

Výjimky

dateValue je null.

Formát dateValue je neplatný.

Platí pro