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