1
Answer

Data in Objects

Photo of Shafiqur Rahman

Shafiqur Rahman

12y
1.4k
1
I have a table or tables in sqlServer. I want to take data from database and keep this table's data into objects like class, but I dont want to keep this data into dataset. What are those ways to keep data into objects taking data from database? How can I pass data into object but not in dataset or datatable?

Answers (1)