다음을 통해 공유


EdmFunctions.CreateTime(DbExpression, DbExpression, DbExpression) 메서드

정의

지정된 인수를 사용하여 정식 'CreateTime' 함수를 호출하는 DbFunctionExpression을 만듭니다. second Edm.Double의 결과 형식이 있어야 하지만 다른 모든 인수에는 Edm.Int32의 결과 형식이 있어야 합니다. 식의 결과 형식은 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

매개 변수

hour
DbExpression

새 DateTime 인스턴스에 시 값을 제공하는 식입니다.

minute
DbExpression

새 DateTime 인스턴스에 분 값을 제공하는 식입니다.

second
DbExpression

새 DateTime 인스턴스에 초 값을 제공하는 식입니다.

반환

지정된 값을 기반으로 새로운 Time을 반환하는 새 DbFunctionExpression입니다.

예외

hour, minute 또는 secondnull입니다.

hour, minute또는 second 가 잘못되었습니다.

적용 대상