zzz projects Dynamic LINQ
Home
Documentation GitHub Knowledge Base  Help & Donate
Online Examples
  • Home
  • Documentation
  • GitHub
  • Knowledge Base
  • Help & Donate
  • Online Examples
  •   Download  

Dynamic LINQ - Knowledge Base (KB)

3 results in tag: wpf

how to show distinct attribute value in a ComboBox using LINQ?

this is the Book class ...Book{BookId, Title, Category, Quantity};... So, how would i select only one object from each category using linq query? i tryed like this,...this.catagoryList.DataContext = ldc.Books.Distinct(); //categoryList is a ComboBox ...bu...
c# dynamic-linq linq wpf
asked by arefinsami

How would i assign distinct attribute value in a ComboBox datacontext?

I would like to show all distinct Category in a ComboBox named categoryList...<DataTemplate x:Key="CategoryTemplate"> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=Category}"/> </StackPanel> </DataTem...
dynamic-linq linq linq-to-sql wpf wpf-controls
asked by arefinsami

Dynamic linq enums filtering error

I trying to use dynamic linq for runtime datagrid filtering with ...DataGridFiltering project....but i have a problem with enums....for example, i have a class which contain an enum property like this :...public class Student { public Student(int id,s...
c# datagrid dynamic-linq wpf
asked by Ali Jalali

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!