2 references to SqlTable
System.Data.Linq (2)
SqlClient\Common\SqlFactory.cs (1)
317
return new
SqlTable
(table, rowType, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), sourceExpression);
SqlClient\Query\SqlDuplicator.cs (1)
244
SqlTable nt = new
SqlTable
(tab.MetaTable, tab.RowType, tab.SqlRowType, tab.SourceExpression);