5 references to SqlUserColumn
System.Data.Linq (5)
SqlClient\Query\QueryConverter.cs (1)
1253
SqlUserColumn col = new
SqlUserColumn
(elementType, typeProvider.From(elementType), suq, "", false, this.dominatingExpression);
SqlClient\Query\SqlBinder.cs (1)
836
c = new
SqlUserColumn
(m.ClrType, sqlType, suq, name, mm.IsPrimaryKey, m.SourceExpression);
SqlClient\Query\SqlDuplicator.cs (2)
261
SqlUserColumn dupSuc = new
SqlUserColumn
(suc.ClrType, suc.SqlType, suc.Query, suc.Name, suc.IsRequired, suc.SourceExpression);
285
return new
SqlUserColumn
(suc.ClrType, suc.SqlType, suc.Query, suc.Name, suc.IsRequired, suc.SourceExpression);
SqlClient\SqlProvider.cs (1)
1671
SqlUserColumn col = new
SqlUserColumn
(rowType.Type, typeProvider.From(rowType.Type), suq, "", false, suq.SourceExpression);