다음을 통해 공유


DbQuery<TResult>.IListSource.GetList 메서드

정의

저장소 쿼리에 대한 직접 바인딩이 지원되지 않음을 나타내는 예외를 throw합니다. 대신 Load 확장 메서드를 사용하여 DbSet을 데이터로 채운 다음 로컬 데이터에 바인딩합니다. WPF의 경우 DbSet.Local에 바인딩합니다. Windows Forms의 경우 DbSet.Local.ToBindingList()에 바인딩합니다.

System.Collections.IList IListSource.GetList ();
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Collections.IList IListSource.GetList ();
Function GetList () As IList Implements IListSource.GetList

반환

반환하지 않고 항상 예외를 throw합니다.

구현

특성

적용 대상