EdmFunctions.Millisecond(DbExpression) Yöntem

Tanım

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.

Şunlara uygulanır