10 references to PutStr
System.Data (10)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
166
Bid.
PutStr
(value); // Use PutStr to write out entire string
fx\src\data\System\Data\OleDb\OleDbCommand.cs (2)
127
Bid.
PutStr
(value); // Use PutStr to write out entire string
1079
Bid.
PutStr
(commandText); // Use PutStr to write out entire string
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
642
Bid.
PutStr
(value); // Use PutStr to write out entire string
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (5)
1729
Bid.
PutStr
(primaryServerInfo.UserServerName);
1730
Bid.
PutStr
(", failover=");
1731
Bid.
PutStr
(failoverHost);
1732
Bid.
PutStr
("\n");
1956
Bid.
PutStr
(serverInfo.ExtendedServerName);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8805
Bid.
PutStr
(metaData.TraceString(3));