Contents Index Transaction property AsaCommandBuilder class

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommand class

UpdatedRowSource property


Description 

How command results are applied to the DataRow when used by the Update method of the AsaDataAdapter.

Syntax 

UpdateRowSource UpdatedRowSource

Access 

Read-write

Implements 

IDbCommand.UpdatedRowSource

Property value 

One of the UpdatedRowSource values. If the command is automatically generated, the default is None. Otherwise, the default is Both.


Contents Index Transaction property AsaCommandBuilder class