3 overrides of Write
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlClientWrapperSmiStreamChars.cs (1)
107
public override void
Write
(char[] buffer, int offset, int count) {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
720
public override void
Write
(char[] buffer, int offset, int count) {
fx\src\data\System\Data\SQLTypes\SqlCharStream.cs (1)
171
public override void
Write
(char[] buffer, int offset, int count)
2 references to Write
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
381
m_stream.
Write
(buffer, offsetInBuffer, count);
fx\src\data\System\Data\SQLTypes\SqlCharStream.cs (1)
91
Write
(oneCharArray, 0, 1);