Microsoft ADO.NET Entity Framework and LINQ

The Adaptive Server ADO.NET Data Provider supports the Visual Studio Language-Integrated Query (LINQ), and the Microsoft ADO.NET Entity Framework including its LINQ-to-SQL component. The following, however, are not supported due to Microsoft ADO.NET Entity Framework limitations:

One of the advantages of ADO.NET Entity Framework and LINQ is that these allow you to work with a conceptual model of a relational storage schema, thus decreasing development and maintenance efforts for data-oriented applications. To use Microsoft ADO.NET Entity Framework and LINQ, reference Sybase.AdoNet2.AseClient.dll.

For information about the ADO.NET Entity Framework and LINQ, see the Microsoft Developer Network.