7 references to Add
System.Data.Linq (7)
SqlClient\Query\LongTypeConverter.cs (3)
75
this.annotations.
Add
(select, new SqlServerCompatibilityAnnotation(
99
this.annotations.
Add
(su, new SqlServerCompatibilityAnnotation(
110
this.annotations.
Add
(fc, new SqlServerCompatibilityAnnotation(
SqlClient\Query\SqlCrossApplyToCrossJoin.cs (1)
35
Annotations.
Add
(join, new SqlServerCompatibilityAnnotation(Strings.SourceExpressionAnnotation(join.SourceExpression), SqlProvider.ProviderMode.Sql2000));
SqlClient\Query\SqlOuterApplyReducer.cs (1)
145
this.annotations.
Add
(node, new SqlServerCompatibilityAnnotation(Strings.SourceExpressionAnnotation(node.SourceExpression), providers));
SqlClient\Query\SqlParameterizer.cs (1)
233
this.parameterizer.annotations.
Add
(
SqlClient\Query\SqlTopReducer.cs (1)
38
this.annotations.
Add
(select.Top, new SqlServerCompatibilityAnnotation(Strings.SourceExpressionAnnotation(select.Top.SourceExpression), SqlProvider.ProviderMode.Sql2000));