ITable.AttachAll 메서드

정의

컬렉션 DataContext 의 모든 엔터티를 수정되거나 수정되지 않은 상태로 연결합니다.

오버로드

Name Description
AttachAll(IEnumerable)

컬렉션 DataContext 의 모든 엔터티를 수정되거나 수정되지 않은 상태로 연결합니다.

AttachAll(IEnumerable, Boolean)

컬렉션 DataContext 의 모든 엔터티를 수정되거나 수정되지 않은 상태로 연결합니다.

AttachAll(IEnumerable)

컬렉션 DataContext 의 모든 엔터티를 수정되거나 수정되지 않은 상태로 연결합니다.

public:
 void AttachAll(System::Collections::IEnumerable ^ entities);
public void AttachAll(System.Collections.IEnumerable entities);
abstract member AttachAll : System.Collections.IEnumerable -> unit
Public Sub AttachAll (entities As IEnumerable)

매개 변수

entities
IEnumerable

엔터티의 컬렉션입니다.

설명

이 메서드를 사용하는 방법에 대한 자세한 내용은 N 계층 애플리케이션의 데이터 검색 및 CUD 작업(LINQ to SQL)을 참조하세요.

적용 대상

AttachAll(IEnumerable, Boolean)

컬렉션 DataContext 의 모든 엔터티를 수정되거나 수정되지 않은 상태로 연결합니다.

public:
 void AttachAll(System::Collections::IEnumerable ^ entities, bool asModified);
public void AttachAll(System.Collections.IEnumerable entities, bool asModified);
abstract member AttachAll : System.Collections.IEnumerable * bool -> unit
Public Sub AttachAll (entities As IEnumerable, asModified As Boolean)

매개 변수

entities
IEnumerable

엔터티의 컬렉션입니다.

asModified
Boolean

true 을 클릭하여 엔터티를 수정된 대로 연결합니다.

설명

이 메서드를 사용하는 방법에 대한 자세한 내용은 N 계층 애플리케이션의 데이터 검색 및 CUD 작업(LINQ to SQL)을 참조하세요.

적용 대상