Share via


System.Data.SqlTypes.SqlStreamChars.Write Method (System.Char ,System.Int32,System.Int32)

Writes a sequence of characters to the current stream and advances the current position within this stream by the number of characters written. 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 Write (ByVal buffer As Char(), _ 
    ByVal offset As Integer, _
    ByVal count As Integer)
public abstract void Write (char[] buffer,
int offset,
int count);

Parameters

Parameter

Description

buffer

A char array to write.

offset

An offset relative to origin.

count

The number of characters to be written to the current stream.

Version Information

.NET Framework

Supported in: 2.0, 3.0, 3.5