G
Guy Dillen
Instead of using DataSets i want to implement an objects collection (in C#).
E.g. a class Person and the instances are stored in a collection of Persons.
So there is a layer that does the database access and mapping of relatoinal
<-> objects. The Persons collections should have all the necessary
possibilities: Add, Modify, Delete, Query.
Has anyone suggestions for documents, books on this topic?
Thanks,
Guy
E.g. a class Person and the instances are stored in a collection of Persons.
So there is a layer that does the database access and mapping of relatoinal
<-> objects. The Persons collections should have all the necessary
possibilities: Add, Modify, Delete, Query.
Has anyone suggestions for documents, books on this topic?
Thanks,
Guy