| C# |
public class TableUpdateEventArgs : EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TableUpdateEventArgs()()() | Initializes a new instance of the TableUpdateEventArgs class | |
| TableUpdateEventArgs(String, Int64, Int64, Int64, Int64, Int64, Int64, Double, Double) | Initializes a new instance of the TableUpdateEventArgs class | |
| TableUpdateEventArgs(String, Int64) | Initializes a new instance of the TableUpdateEventArgs class | |
| AppliedDeleteRowCount | ||
| AppliedInsertRowCount | ||
| AppliedUpdateRowCount | ||
| ConfirmedRowCount | ||
| ConflictRowCount | ||
| DurationSeconds | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RowCount |
Total rows processed
| |
| RowRate | ||
| SkipRowCount | ||
| TableName | ||
| ToString()()() | (Inherited from Object.) |