2 writes to group
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
1633this.group = group; 1655this.group = value;
3 references to group
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (3)
1649get { return this.group; } 1653if (value.ClrType != this.group.ClrType) 1654throw Error.ArgumentWrongType("value", this.group.ClrType, value.ClrType);