DbRawSqlQuery<TElement>::IListSource::GetList Method ()

Entity Framework 6.0
 

Throws an exception indicating that binding directly to a store query is not supported.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

private:
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
virtual IList^ GetList() sealed = IListSource::GetList

Return Value

Type: System.Collections::IList^

Never returns; always throws.

Return to top
Show: