다음을 통해 공유


DbUpdateCommandTree 생성자

정의

DbUpdateCommandTree 클래스의 새 인스턴스를 초기화합니다.

public DbUpdateCommandTree (System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace metadata, System.Data.Entity.Core.Metadata.Edm.DataSpace dataSpace, System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding target, System.Data.Entity.Core.Common.CommandTrees.DbExpression predicate, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> setClauses, System.Data.Entity.Core.Common.CommandTrees.DbExpression returning);
new System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree : System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace * System.Data.Entity.Core.Metadata.Edm.DataSpace * System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree

매개 변수

metadata
MetadataWorkspace

이 명령이 작동하는 모델입니다.

dataSpace
DataSpace

데이터 공간입니다.

target
DbExpressionBinding

DML(데이터 조작 언어) 작업의 대상 테이블입니다.

predicate
DbExpression

업데이트해야 하는 대상 컬렉션의 멤버를 결정하는 데 사용되는 조건자입니다.

setClauses
ReadOnlyCollection<DbModificationClause>

업데이트 작업을 정의하는 update set 절의 목록입니다.

returning
DbExpression

DbExpression 수정된 행을 기반으로 반환할 결과의 프로젝션을 지정하는 입니다.

적용 대상