1: 2: 3: 4: 5:
Public Function GetArticles() As System.Linq.IQueryable(Of Article) Return From c In ContextProxy.Context.Articles Select c End Function