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