1 override of ToQueryString
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
451
internal override string
ToQueryString
(QueryFormatOptions formatFlags) {
2 references to ToQueryString
System.Data.Linq (2)
SqlClient\Query\SqlFormatter.cs (2)
166
this.sb.Append(uo.SqlType.
ToQueryString
(options));
292
sb.Append(c.SqlType.
ToQueryString
(options));