DbExpressionBuilder.GroupBind(DbExpression) Yöntem

Tanım

Verilen ifadeyi bağlamak için oluşturulan değişken ve grup değişkeni adlarını kullanan yeni bir grup ifadesi bağlaması oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbGroupExpressionBinding ^ GroupBind(System::Data::Common::CommandTrees::DbExpression ^ input);
public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBind(this System.Data.Common.CommandTrees.DbExpression input);
static member GroupBind : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbGroupExpressionBinding
<Extension()>
Public Function GroupBind (input As DbExpression) As DbGroupExpressionBinding

Parametreler

input
DbExpression

Bağlanacak ifade.

Döndürülenler

Belirtilen ifadeyle yeni bir grup ifadesi bağlaması ve oluşturulan değişken adı ve grup değişkeni adı.

Özel durumlar

input null değeridir.

input koleksiyon sonuç türüne sahip değil.

Şunlara uygulanır