共用方式為


DbExpressionBuilder.Bind(DbExpression) 方法

定義

建立新的 DbExpressionBinding,它會使用產生的變數名稱繫結指定的運算式。

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

參數

input
DbExpression

要繫結的運算式。

傳回

含有指定之運算式及產生之變數名稱的新運算式繫結。

例外狀況

input 為 null。

input 沒有集合結果。

適用於