| IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : AnonymousProjectionSelector Class |
'DeclarationPublic Class AnonymousProjectionSelector Inherits IdeaBlade.Linq.SelectorCollection(Of ProjectionSelector,AnonymousProjectionSelector)
'UsageDim instance As AnonymousProjectionSelector
public class AnonymousProjectionSelector : IdeaBlade.Linq.SelectorCollection<ProjectionSelector,AnonymousProjectionSelector>
var selector = new AnonymousProjectionSelector() .Combine("Category.Name", "CatName") .Combine("Category.Description", "CatDesc"); var rootQuery = EntityQuery.Create(typeof(Product), _em1); var query = rootQuery.Select(selector); var results = query.Execute();
System.Object
IdeaBlade.Linq.SelectorCollection<T,U>
IdeaBlade.Linq.AnonymousProjectionSelector
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2