|
|
Browse by Tags
All Tags » LINQ
-
Here is an example where an extension method is useful. Take this LLBLGen Pro code for example:
public EntityCollection<CustomersEntity> GetCustomers()
{
using (DataAccessAdapter da = new DataAccessAdapter("Data Source=[SERVER];Initial Catalog=Northwind;Integrated Security=True"))
{
LinqMetaData context = new ...
|
|
|