EdmFunctions.Millisecond(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.
DbFunctionExpression DateTime, DateTimeOffset veya Time sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Milisaniye' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Int32'dir.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ Millisecond(System::Data::Common::CommandTrees::DbExpression ^ timeValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Millisecond(this System.Data.Common.CommandTrees.DbExpression timeValue);
static member Millisecond : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Millisecond (timeValue As DbExpression) As DbFunctionExpression
Parametreler
- timeValue
- DbExpression
Milisaniyenin alınması gereken değeri belirten ifade.
Döndürülenler
'den timeValuetamsayı milisaniye değerini döndüren yeni bir DbFunctionExpression.
Özel durumlar
timeValue, null'e eşittir.
timeValue geçersiz.