Click or drag to resize

QdbBulkCell Properties

The QdbBulkCell type exposes the following members.

Properties
  NameDescription
Public propertyBlobValue
Gets the value of the cell as a byte array.
Public propertyDoubleValue
Gets the value of the cell as a nullable double.
Public propertyInt64Value
Gets the value of the cell as a nullable 64-bit integer.
Public propertyStringValue
Gets the value of the cell as a string.
Public propertyTimestampValue
Gets the value of the cell as a nullable DateTime.
Public propertyType
Gets the type of the column.
Public propertyValue
Gets the value of the cell as an object.
Top
See Also