EdmFunctions.Length(DbExpression) Yöntem

Tanım

DbFunctionExpression Bir dize sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Length' 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 ^ Length(System::Data::Common::CommandTrees::DbExpression ^ stringArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression Length (this System.Data.Common.CommandTrees.DbExpression stringArgument);
static member Length : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Length (stringArgument As DbExpression) As DbFunctionExpression

Parametreler

stringArgument
DbExpression

Uzunluğun hesaplanması gereken dizeyi belirten ifade.

Döndürülenler

uzunluğunu stringArgumentdöndüren yeni bir DbFunctionExpression.

Özel durumlar

stringArgument, null değeridir.

stringArgument geçersizdir.

Şunlara uygulanır