EdmFunctions.AddMicroseconds(DbExpression, DbExpression) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen bağımsız değişkenlerle kurallı 'AddMicroseconds' işlevini çağıran ve DateTime, DateTimeOffset veya Time ve tamsayı sonuç türlerine sahip olması gereken bir DbFunctionExpression oluşturur. İfadenin sonuç türü, sonuç türüyle timeValue
aynıdır.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ AddMicroseconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddMicroseconds (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddMicroseconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddMicroseconds (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression
Parametreler
- timeValue
- DbExpression
Eklenmesi gereken değeri addValue
belirten bir ifade.
- addValue
- DbExpression
öğesine eklenecek timeValue
mikrosaniye sayısını belirten ifade.
Döndürülenler
tarafından belirtilen mikrosaniye sayısını tarafından timeValue
belirtilen addValue
değere ekleyen yeni bir DbFunctionExpression.
Özel durumlar
timeValue
veya addValue
şeklindedir null
.
timeValue
veya addValue
geçersiz.