TimestampFieldList Property

Specifies the timestamp fields in the cursor. Read/write at design time and run time.

CursorAdapter.TimestampFieldList [= cExpr]

Return Value

Term

Definition

cExpr

The character expression cExpr is a comma delimited list of timestamp fields in the cursor.

Remarks

Applies To: CursorAdapter Class

Use this property to specify the timestamp fields in a cursor in a CursorAdapter object. If you specify the timestamp fields with this property and the CursorAdapter WhereType property is set to 4, Visual FoxPro includes the timestamp fields in the where condition for UPDATE/DELETE commands for Native, ODBC and ADODB.Command based updates. For XML based updates, the timestamp fields are included in the <before> section of the UpdateGram.

See Also

Reference

CURSORGETPROP( ) Function

CURSORSETPROP( ) Function