InsertCmdDataSourceType Property
Visual Studio .NET 2003
Specifies the data source type of the data source in the InsertCmdDataSource property. Read/write at design time and run time.
CursorAdapter.InsertCmdDataSourceType [= cDataSourceType]
Property Values
- cDataSourceType
- Character data type. The cDataSourceType parameter specifies the data source type of the data source in the InsertCmdDataSource property.
Remarks
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
Properties | CursorAdapter Object Properties, Methods, and Events | UpdateGram Property
Applies To: CursorAdapter Class
Show: