Share via


System.Data.SqlTypes.SqlStreamChars.Read Method (System.Char[],System.Int32,System.Int32)

Reads the next character or next set of characters from the input stream. The assembly that contains this class has a friend relationship with SQLAccess.dll.  It is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Namespace: System.Data.SqlTypes

Assembly: System.Data (in System.Data.dll)

Public MustOverride Sub Read (ByVal buffer As Char(), _ 
    ByVal offset As Integer, _
    ByVal count As Integer)
public abstract void Read (char[] buffer,
int offset,
int count);

Parameters

Parameter

Description

buffer

A char array to read.

offset

An offset relative to origin.

count

The number of characters to be read from the current stream.

Return Value

The total number of characters read into the buffer.

Version Information

.NET Framework

Supported in: 2.0, 3.0, 3.5