|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Query Object PatternDoes anyone have a good example of using the Query Object Pattern? My
GetMember() method is going to receive a MemberDataModel object which is basically all the fields in the table. Any one of the fields could have a value in it to specify criteria. I want to find a way to pass that object off to a Query object and have it parse out a "Where" clause which can then be appended to a Select statement for retrieveal. Bill |
|||||||||||||||||||||||