UpdateCmd Property

Specifies the command to use when updating tables. Read/write at design time and run time.

CursorAdapter.UpdateCmd [ = cCommand ]

Return Value

  • cCommand
    Character data type. The following table lists the possible values for cCommand.

    cCommand

    Description

    Character string or expression

    Specifies a valid command string for the data source in the UpdateCmdDataSource property.

    Empty string ("")

    The CursorAdapter object generates a SQL UPDATE command automatically if the CursorAdapter AllowUpdate property is set to True (.T.).

Remarks

Applies To: CursorAdapter Class

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

Other Resources

Properties (Visual FoxPro)