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 沒有收集結果。

適用於