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