EdmFunctions.Concat(DbExpression, DbExpression) Yöntem

Tanım

Kurallı 'Concat' işlevini belirtilen bağımsız değişkenlerle çağıran ve DbFunctionExpression her birinin bir dize sonuç türüne sahip olması gereken bir oluşturur. İfadenin sonuç türü dizedir.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Concat(System::Data::Common::CommandTrees::DbExpression ^ string1, System::Data::Common::CommandTrees::DbExpression ^ string2);
public static System.Data.Common.CommandTrees.DbFunctionExpression Concat (this System.Data.Common.CommandTrees.DbExpression string1, System.Data.Common.CommandTrees.DbExpression string2);
static member Concat : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Concat (string1 As DbExpression, string2 As DbExpression) As DbFunctionExpression

Parametreler

string1
DbExpression

Birleştirilmiş sonuç dizesinde ilk olarak görünmesi gereken dizeyi belirten ifade.

string2
DbExpression

Birleştirilmiş sonuç dizesinde ikinci olarak görünmesi gereken dizeyi belirten bir ifade.

Döndürülenler

Birleştirilmiş dizeyi üreten yeni bir DbFunctionExpression.

Özel durumlar

string1 veya string2 şeklindedir null.

string1 veya string2 geçersiz.

Şunlara uygulanır