The size, in bytes, of data that is retrieved by a retrieve column operation.
publicuintcbActual
return
uint
cbData public property
The size of allocation beginning at pvData, in bytes. The retrieve column operation will not store more data at pvData than cbData.
publicuintcbData
return
uint
columnid public property
The column identifier for the column to retrieve.
publicuintcolumnid
return
uint
columnidNextTagged public property
The columnid of the tagged, multi-valued, or sparse column when all tagged columns are retrieved by passing 0 as the columnid.
publicuintcolumnidNextTagged
return
uint
err public property
Error codes and warnings returned from the retrieval of the column.
publicinterr
return
int
grbit public property
A group of bits that contain the options for column retrieval.
publicuintgrbit
return
uint
ibLongValue public property
The offset to the first byte to be retrieved from a column of type JET_coltyp.LongBinary or JET_coltyp.LongText.
publicuintibLongValue
return
uint
itagSequence public property
The sequence number of the values that are contained in a multi-valued column. If the itagSequence is 0 then the number of instances of a multi-valued column are returned instead of any column data.
publicuintitagSequence
return
uint
pvData public property
A pointer to begin storing data that is retrieved from the column value.