ITable.AttachAll 메서드

정의

컬렉션의 모든 항목을 수정되었거나 수정되지 않은 상태의 DataContext에 연결합니다.

오버로드

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

엔터티의 컬렉션입니다.

설명

이 메서드를 사용 하는 방법에 대 한 자세한 내용은 참조 하세요. 데이터 검색 및 CUD 작업에서 N 계층 애플리케이션 (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입니다.

설명

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

적용 대상