0
rvanwoezik created
Hi, I have extended OrganizationUnit with, among others, property IsClinic when querying the organizationUnitRepository this extended properties or discriminator are not available.
var query =
from ou in _organizationUnitRepository.GetAll().Where(ou => ou.IsClinic)
Any tips?
1 Answer(s)
-
0
OOps , forget it. This works
private readonly IRepository<]My]OrganizationUnit, long> _organizationUnitRepository;