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