1 write to isDistinct
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
306set { this.isDistinct = value; }
1 reference to isDistinct
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
305get { return this.isDistinct; }