다음을 통해 공유


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에 컬렉션 결과가 없습니다.

적용 대상