'Declaration
Public Shadows Property InsertCommand As ZohoCommand
Property Value
A ZohoCommand used during an update operation to insert records in the data source that correspond to new rows in the System.Data.DataSet.
Remarks
During an update operation, if InsertCommand is not set and primary key information is present in the System.Data.DataSet, you can use the ZohoCommandBuilder class to automatically generate InsertCommand, and additional commands needed to reconcile the System.Data.DataSet to the data source. To do this, set the SelectCommand property of the ZohoDataAdapter. For more information see "Automatically Generated Commands" in the Microsoft .NET Framework SDK documentation.