Sdílet prostřednictvím


DbExpressionBuilder.BindAs(DbExpression, String) Metoda

Definice

Vytvoří nový DbExpressionBinding , který používá zadaný název proměnné k vytvoření vazby daného výrazu.

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

Parametry

input
DbExpression

Výraz, který chcete vytvořit vazbu.

varName
String

Název proměnné, který se má použít pro vazbu.

Návraty

Nová vazba výrazu se zadaným výrazem a názvem proměnné.

Výjimky

input nebo varName je null.

input nemá výsledek kolekce.

Platí pro