DbExpressionBuilder.Bind(DbExpression) Yöntem

Tanım

Verilen ifadeyi bağlamak için oluşturulan değişken adını kullanan yeni DbExpressionBinding bir oluşturur.

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

Parametreler

input
DbExpression

Bağlanacak ifade.

Döndürülenler

Belirtilen ifadeye ve oluşturulan değişken adına sahip yeni bir ifade bağlaması.

Özel durumlar

input null değeridir.

input bir koleksiyon sonucuna sahip değil.

Şunlara uygulanır