UpdatableFieldList Property
Specifies a comma-delimited list of fields in the view and includes fields from the cursor. When working with this property for regular cursors, use the CURSORSETPROP( ) and CURSORGETPROP( ) functions. Read/write.
Note You must include a list of field names for updates to work when using automatic updating.
Setting UpdatableFieldList for a CursorAdapter object overrides the property setting of a cursor when attached to a CursorAdapter object. That is, changing the settings on the cursor using CURSORSETPROP() has no effect.
CursorAdapter.UpdatableFieldList [= cList]
Property Values
- cList
Character data type. The cList parameter specifies a comma-delimited list of fields in the view and includes fields from the cursor.
See Also
Properties | CursorAdapter Object Properties, Methods, and Events | CURSORGETPROP( ) Function | CURSORSETPROP( ) Function
Applies To: CursorAdapter Class