Sdílet prostřednictvím


EdmFunctions.CreateTime(DbExpression, DbExpression, DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'CreateTime' funkce se zadanými argumenty. second musí mít typ výsledku Edm.Double, zatímco všechny ostatní argumenty musí mít typ výsledku Edm.Int32. Typ výsledku výrazu je Edm.Time.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ CreateTime(System::Data::Common::CommandTrees::DbExpression ^ hour, System::Data::Common::CommandTrees::DbExpression ^ minute, System::Data::Common::CommandTrees::DbExpression ^ second);
public static System.Data.Common.CommandTrees.DbFunctionExpression CreateTime (System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second);
static member CreateTime : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function CreateTime (hour As DbExpression, minute As DbExpression, second As DbExpression) As DbFunctionExpression

Parametry

hour
DbExpression

Výraz, který poskytuje hodnotu hodiny pro novou instanci DateTime.

minute
DbExpression

Výraz, který poskytuje hodnotu minuty pro novou instanci DateTime.

second
DbExpression

Výraz, který poskytuje druhou hodnotu pro novou instanci DateTime.

Návraty

Nový DbFunctionExpression, který vrátí nový Čas na základě zadaných hodnot.

Výjimky

hour, minutenebo second je null.

hour, minutenebo second je neplatné.

Platí pro