DbExpressionBuilder.GroupBind(DbExpression) 메서드

정의

생성된 변수 및 그룹 변수 이름을 사용하여 지정된 식을 바인딩하는 새 그룹 식 바인딩을 만듭니다.

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

매개 변수

input
DbExpression

바인딩할 식입니다.

반환

지정된 식과 생성된 변수 이름 및 그룹 변수 이름을 사용하는 새 그룹 식 바인딩입니다.

예외

input가 null입니다.

input에 컬렉션 결과 형식이 없습니다.

적용 대상