UpdateGram Property
Contains the XML UpdateGram generated only under the following conditions:
- Visual FoxPro executes insert, update, or delete commands.
- UpdateCmdDataSourceType, InsertCmdDataSourceType, and DeleteCmdDataSourceType properties are set to "XML".
Read–only at design time and run time.
CursorAdapter.UpdateGram
Property Values
Character data type. UpdateGram contains an XML UpdateGram.
Remarks
Even though a CursorAdapter object can generate the XML UpdateGram, you must implement the actual update operation using the appropriate protocols, such as SQL XML through HTTP, SQL XML OLEDB, or XML Web service to .NET.
For more information about automatic updating and XML, see Data Access Management Using CursorAdapters.
See Also
Properties | CursorAdapter Object Properties, Methods, and Events
Applies To: CursorAdapter Class