Hi, CSLAers
I am new in CSLA. I learned how to implement the criteria object to fetch business objects. I perfectly understands why I need this but I don't know how to do this? Is there any generic approach availiable? Best practise? Code Generator?
Thank you for your help?
ciu
Manfred
Create Criteria object that inherit from CriteriaBase<T> with managed properties.
Search the samples download and you will find samples on how to use CriteriaBase.
Thank you. I will have a look.
Copyright (c) Marimer LLC