JavaScript Editor js editor     Web development 



Main Page

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]

Return Value

cDataSourceType


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

Remarks

Applies To: CursorAdapter Class

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

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

See Also



JavaScript Editor js editor     Web development