다음을 통해 공유


EdmFunctions.Second(DbExpression) 메서드

정의

결과 형식이 DateTime, DateTimeOffset 또는 Time이어야 하는 지정된 인수를 사용하여 정식 'Second' 함수를 호출하는 DbFunctionExpression 을 만듭니다. 이 식의 결과 형식은 Edm.Int32입니다.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Second (this System.Data.Entity.Core.Common.CommandTrees.DbExpression timeValue);
static member Second : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Second (timeValue As DbExpression) As DbFunctionExpression

매개 변수

timeValue
DbExpression

초를 검색해야 하는 값을 지정하는 식입니다.

반환

timeValue에서 정수 초 값을 반환하는 새 DbFunctionExpression입니다.

적용 대상