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 2.0 API Reference » ULDataReader class » GetBytes methods

GetBytes(Int32, Int64, Byte[], Int32, Int32) method Next Page

GetBytes(Int32) 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

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.

See also