ユーザーが選択したページ モードに基づいて、エンティティのすべてまたは一部のプロパティをグリッドに表示する必要があります。たとえば、3 つのページ モードがあります。
Minimal (will show 8 properties of an entity in the grid)
Standard (will show 12 properties of an entity in the grid)
Extended (will show 15 properties of an entity in the grid)
ユーザーページモードに基づいてエンティティの指定された列数を含めるように Select 述語を動的にするにはどうすればよいですか。15のプロパティを持つエンティティ会社があり、このようなことをしたいとしましょう
dbContext.Companies.Select([predicate for choosing different no of columns?])