What does Linq to SQL do 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at SpaceX, Lives in Los Angeles. Graduated from California Institute of Technology (Caltech) with a degree in Aerospace Engineering.
LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.
2023-05-13 06:12:48
评论(499)
Helpful(122)
Helpful
Helpful(2)

Lucas Smith
QuesHub.com delivers expert answers and knowledge to you.
LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.