ListView Control with LINQ to SQL Class– Part 1(codedigest.com)
submitted by
satheeshbabu(1565) 3 years, 4 months ago
With this introduction, we will see more about LINQ to SQL classes in this article. LINQ to SQL is another capability which we can use to manage the relational database object as .net object. We can query, insert, update and delete the underlying database object with these classes. When we query/Update/Delete these .net object, LINQ to SQL will automatically take care of the underlying relational data objects. In short, LINQ to SQL provides an Object-Relational Mapping (O/R Mapping) which maps objects of different type system. In our case, it is relational to object oriented type system.
|category: ASP.NET
|Views: 137
tags:
CodeDigest.Com ASP.NET another
Everyones tags:
Your Tags: