UpdateCmdRefreshKeyFieldList Property
Specifies the key fields in the cursor used to retrieve a record after an Update command is executed. Read/write at design time and run time.
CursorAdapter.UpdateCmdRefreshKeyFieldList[ = cExpr]
Return Value
Term | Definition |
---|---|
cExpr |
The character expression cExpr is a comma delimited list of the key fields in the cursor that are used to retrieve a record from the data source. |
Remarks
Applies To: CursorAdapter Class
Note
The AllowUpdate Property must be set to True (.T.) to permit insert operations to a data source.
For more information about how Visual FoxPro updates CursorAdapters, see Data Access Management Using CursorAdapters.
See Also
Reference
InsertCmdRefreshCmd Property
InsertCmdRefreshKeyFieldList Property
InsertCmdRefreshFieldList Property
UpdateCmdRefreshCmd Property
UpdateCmdRefreshFieldList Property