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 - AppForge Programming » UltraLite for AppForge API Reference » ULColumn class

ULColumn class Next Page

Properties


Syntax

Description

BooleanValue As Boolean

Gets or sets the value of this column for the current row as Boolean.

ByteValue As Byte

Gets or sets the value of this column for the current row as Byte.

DatetimeValue As Date

Gets or sets the value of this column for the current row as Date.

DoubleValue As Double

Gets or sets the value of this column for the current row as Double.

IntegerValue As Integer

Gets or sets the value of this column for the current row as Integer.

IsNull As Boolean (read only)

Indicates whether the column value is NULL.

LongValue As Long

Gets or sets the value of this column for the current row as Long.

RealValue As Single

Gets or sets the value of this column for the current row as Single.

Schema As ULColumnSchema (read only)

Gets the object representing the schema of the column.

StringValue As String

Gets or sets the value of this column for the current row as a String.