InsertCmdDataSourceType Property
Specifies the data source type of the data source in the InsertCmdDataSource property. Read/write at design time and run time.
CursorAdapter.InsertCmdDataSourceType [= cDataSourceType]
Return Value
- cDataSourceType
Character data type. The cDataSourceType parameter specifies the data source type of the data source in the InsertCmdDataSource property.
Remarks
Applies To: CursorAdapter Class
If InsertCmdDataSourceType is empty ("") or null (.NULL.), Visual FoxPro disregards the CursorAdapter InsertCmdDataSource property and uses the CursorAdapter DataSource and DataSourceType properties.
To generate an XML UpdateGram, you must set the value of InsertCmdDataSourceType to "XML".
See Also
Reference
CursorAdapter Object Properties, Methods, and Events
UpdateGram Property