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

GetFloat method Next Page

GetGuid method


Returns the value for the specified column as a UUID (System.Guid).

Syntax

Visual Basic

Public Overrides Function GetGuid( _
ByVal columnID As Integer _
) As Guid

C#

public override Guid GetGuid(
int columnID
);

Parameters
Return value

The column value as a Guid.

Remarks

This method is only valid for columns of type ULDbType.UniqueIdentifier or for columns of type ULDbType.Binary with length 16.

See also