EdmFunctions.Millisecond(DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenle kurallı 'Milisaniye' işlevini çağıran ve DbFunctionExpression DateTime, DateTimeOffset veya Time sonuç türüne sahip olması gereken 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 timeValuemilisaniyelik tamsayı değerini döndüren yeni bir DbFunctionExpression.

Özel durumlar

timeValue, null değeridir.

timeValue geçersizdir.

Şunlara uygulanır