UpdateCmdDataSourceType Property

Specifies the data source type for the data source used by the UpdateCmdDataSource property. Read/write at design time and run time.

CursorAdapter.UpdateCmdDataSourceType [= cDataSourceType]

Property Values

  • cDataSourceType
    Character data type. The cDataSourceType parameter specifies the data source type of the data source in the UpdateCmdDataSource property.

Remarks

If UpdateCmdDataSourceType is empty ("") or null (.NULL.), Visual FoxPro uses the data source in the CursorAdapterDataSource property.

To generate an XML UpdateGram, you must explicitly set the value of UpdateCmdDataSourceType to "XML".

See Also

Properties | CursorAdapter Object Properties, Methods, and Events | UpdateGram Property

Applies To: CursorAdapter Class