The Defer Column property specifies when data in a column is fetched.
object.Properties("Defer Column") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates when data is fetched, as specified in Settings.
Value | Description |
---|---|
True | The data in the column is not fetched until an accessor is used on the column. |
False | The data in the column is fetched when the row containing it is fetched. |
adBoolean
Read/write
DBPROP_DEFERRED