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]
Return Value
- cDataSourceType
Character data type. The cDataSourceType parameter specifies the data source type of the data source in the DeleteCmdDataSource property.
Remarks
Applies To: CursorAdapter Class
If DeleteCmdDataSourceType is empty ("") or null (.NULL.), Visual FoxPro disregards the CursorAdapter DeleteCmdDataSource property and uses the CursorAdapter DataSource and DataSourceType properties.
To generate an XML UpdateGram, you must set the value of DeleteCmdDataSourceType to "XML".
See Also
Reference
CursorAdapter Object Properties, Methods, and Events
UpdateGram Property