EdmFunctions.AddMinutes(DbExpression, DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立會使用指定引數叫用標準 'AddMinutes' 函式的 DbFunctionExpression,其中的引數必須具有 DateTime、DateTimeOffset 或 Time 以及整數結果型別。 表達式的結果型別與 的結果型 timeValue
別相同。
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ AddMinutes(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddMinutes (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddMinutes : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddMinutes (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression
參數
- timeValue
- DbExpression
表達式,指定應該加入的值 addValue
。
- addValue
- DbExpression
表達式,指定要加入 至 timeValue
的分鐘數。
傳回
新的 DbFunctionExpression,會將 所 addValue
指定的分鐘數新增至 所 timeValue
指定的值。
例外狀況
timeValue
或 addValue
為 null
。
timeValue
或 addValue
無效。