8 references to AddValidator
System.Data.Linq (8)
SqlClient\SqlProvider.cs (8)
1446
validator.
AddValidator
(new ColumnTypeValidator()); /* Column CLR Type must agree with its Expressions CLR Type */
1447
validator.
AddValidator
(new LiteralValidator()); /* Constrain literal Types */
1465
validator.
AddValidator
(new ExpectNoAliasRefs());
1466
validator.
AddValidator
(new ExpectNoSharedExpressions());
1524
validator.
AddValidator
(new ExpectRationalizedBooleans()); /* From now on all boolean expressions should remain rationalized. */
1529
validator.
AddValidator
(new ExpectNoFloatingColumns());
1585
validator.
AddValidator
(new ExpectNoMethodCalls());
1586
validator.
AddValidator
(new ValidateNoInvalidComparison());