다음을 통해 공유


DbDeleteCommandTree 생성자

정의

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

public DbDeleteCommandTree(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);
new System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree : 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.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree

매개 변수

metadata
MetadataWorkspace

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

dataSpace
DataSpace

데이터 공간입니다.

target
DbExpressionBinding

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

predicate
DbExpression

삭제할 대상 컬렉션의 멤버를 결정하는 데 사용되는 조건자입니다.

적용 대상