Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataReader class

GetBytes method Next Page

GetBytes method


UL Ext.: Returns the value for the specified column as an array of System.Bytes. Only valid for columns of type ULDbType.Binary, ULDbType.LongBinary, or ULDbType.UniqueIdentifier.

Syntax

Visual Basic

Overloads Public Function GetBytes( _
ByVal columnID As Integer _
) As Byte()

C#

public byte[] GetBytes(
int columnID
);

Parameters
Return value

The column value as an array of System.Bytes.

Exceptions
See also