EdmFunctions.DiffMicroseconds(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.
Her biri DateTime, DateTimeOffset veya Time sonuç türüne sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'DiffMicroseconds' işlevini çağıran bir DbFunctionExpression oluşturur. İfadenin sonuç türü Edm.Int32'dir.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ DiffMicroseconds(System::Data::Common::CommandTrees::DbExpression ^ timeValue1, System::Data::Common::CommandTrees::DbExpression ^ timeValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMicroseconds (this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2);
static member DiffMicroseconds : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function DiffMicroseconds (timeValue1 As DbExpression, timeValue2 As DbExpression) As DbFunctionExpression
Parametreler
- timeValue1
- DbExpression
İlk kez değer bağımsız değişkenini belirten bir ifade.
- timeValue2
- DbExpression
İkinci kez değer bağımsız değişkenini belirten bir ifade.
Döndürülenler
ile timeValue2
arasındaki timeValue1
fark olan mikrosaniye sayısını döndüren yeni bir DbFunctionExpression.