EdmFunctions.Second(DbExpression) Método

Definición

Crea una DbFunctionExpression que invoca la función 'Second' canónica con el argumento especificado, que debe tener un tipo de resultado DateTime, DateTimeOffset o Time. El tipo de resultado de la expresión es Edm.Int32.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Second(System::Data::Common::CommandTrees::DbExpression ^ timeValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Second (this System.Data.Common.CommandTrees.DbExpression timeValue);
static member Second : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Second (timeValue As DbExpression) As DbFunctionExpression

Parámetros

timeValue
DbExpression

Expresión que especifica el valor del que se debe recuperar el segundo.

Devoluciones

Nuevo DbFunctionExpression que devuelve el segundo valor entero de timeValue.

Excepciones

timeValue es null.

timeValue no es válido.

Se aplica a