EdmFunctions.DiffMinutes(DbExpression, DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função 'DiffMinutes' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time. O tipo de resultado da expressão é Edm.Int32.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ DiffMinutes(System::Data::Common::CommandTrees::DbExpression ^ timeValue1, System::Data::Common::CommandTrees::DbExpression ^ timeValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMinutes (this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2);
static member DiffMinutes : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function DiffMinutes (timeValue1 As DbExpression, timeValue2 As DbExpression) As DbFunctionExpression

Parâmetros

timeValue1
DbExpression

Uma expressão que especifica o primeiro argumento de valor temporal.

timeValue2
DbExpression

Uma expressão que especifica o segundo argumento de valor temporal.

Retornos

Uma nova DbFunctionExpression que retorna o número de minutos que é a diferença entre timeValue1 e timeValue2.

Aplica-se a