3 references to SqlBinary
System.Data.Linq (3)
SqlClient\Common\SqlFactory.cs (1)
415
return new
SqlBinary
(nodeType, clrType, sqlType, left, right, method);
SqlClient\Common\SqlNode.cs (1)
944
:
this
(nt, clrType, sqlType, left, right, null) {
SqlClient\Query\SqlDuplicator.cs (1)
89
return new
SqlBinary
(bo.NodeType, bo.ClrType, bo.SqlType, left, right, bo.Method);