3 types derived from SqlStreamChars
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlClientWrapperSmiStreamChars.cs (1)
19internal class SqlClientWrapperSmiStreamChars : SqlStreamChars {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
597 internal sealed class StreamOnSqlChars : SqlStreamChars
fx\src\data\System\Data\SQLTypes\SqlCharStream.cs (1)
96 private class NullSqlStreamChars : SqlStreamChars
6 references to SqlStreamChars
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
399SqlStreamChars sc = CopyIntoNewSmiScratchStreamChars( s, sink, context ); 2349internal static SqlStreamChars CopyIntoNewSmiScratchStreamChars( Stream source, SmiEventSink_Default sink, SmiContext context ) {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (3)
81 internal SqlStreamChars m_stream; 123 internal SqlChars(SqlStreamChars s) { 262internal SqlStreamChars Stream {
fx\src\data\System\Data\SQLTypes\SqlCharStream.cs (1)
199 public static SqlStreamChars Null {