Send feedback on this topic.
Teradata.Client.Provider
TdRowUpdatedEventArgs Class Members
Properties  Methods 

Teradata.Client.Provider Namespace : TdRowUpdatedEventArgs Class

The following tables list the members exposed by TdRowUpdatedEventArgs.

Public Constructors
 NameDescription
Public Constructor Initialize a new instance of the TdRowUpdatedEventArgs class.  
Top
Public Properties
 NameDescription
Public Property Gets the TdCommand object associated with the event.  
Public PropertyGets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command was executed. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the number of rows processed in a batch of updated records. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the type of SQL statement executed. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs)
Top
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodReturns a string that represents the current object. (Inherited from object)
Top
See Also

Reference

TdRowUpdatedEventArgs Class
Teradata.Client.Provider Namespace