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. |