EdmFunctions.AddNanoseconds(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.
DateTime, DateTimeOffset veya Time ve tamsayı sonuç türlerine sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'AddNanoseconds' işlevini çağıran 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 ^ AddNanoseconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue, System::Data::Common::CommandTrees::DbExpression ^ addValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AddNanoseconds (this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue);
static member AddNanoseconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AddNanoseconds (timeValue As DbExpression, addValue As DbExpression) As DbFunctionExpression
Parametreler
- timeValue
- DbExpression
Eklenmesi gereken değeri addValue
belirten bir ifade.
- addValue
- DbExpression
öğesine eklenecek timeValue
nanosaniye sayısını belirten ifade.
Döndürülenler
tarafından addValue
belirtilen nanosaniye sayısını tarafından timeValue
belirtilen değere ekleyen yeni bir DbFunctionExpression.
Özel durumlar
timeValue
veya addValue
şeklindedir null
.
timeValue
veya addValue
geçersiz.