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