I am using the EntityFramework DataSourceControl. Obviously this control has a where property. And when you click on the ellipses you get the expression builder. I am having difficulty using filters in my where clause that are not field names of the table that I am filtering. Is there any flexibility to using the where property. For example what if I wanted to filter on last names that begin with the letter A? Is there some tutorial or literature out there concerning how I could do this? Thanks !!!
↧