DeleteCmdDataSourceType Property

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

CursorAdapter.DeleteCmdDataSourceType [= cDataSourceType]

Property Values

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

Remarks

If DeleteCmdDataSourceType is empty ("") or null (.NULL.), Visual FoxPro disregards the CursorAdapterDeleteCmdDataSource property and uses the CursorAdapterDataSource and DataSourceType properties.

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

See Also

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

Applies To: CursorAdapter Class