1 implementation of ILinqToSql
System.Web.Extensions (1)
UI\WebControls\LinqToSqlWrapper.cs (1)
11internal class LinqToSqlWrapper : ILinqToSql {
2 references to ILinqToSql
System.Web.Extensions (2)
UI\WebControls\LinqDataSourceView.cs (2)
49private ILinqToSql _linqToSql; 61IDynamicQueryable dynamicQueryable, ILinqToSql linqToSql)