Class TransactionSummary
Inheritance
System.Object
TransactionSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class TransactionSummary
Properties
View SourceTotalRowsInserted
Declaration
public int TotalRowsInserted { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsNotProcessed
Declaration
public int TotalRowsNotProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsProcessed
Declaration
public int TotalRowsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsWithErrors
Declaration
public int TotalRowsWithErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operators
View SourceAddition(TransactionSummary, TransactionSummary)
Declaration
public static TransactionSummary operator +(TransactionSummary a, TransactionSummary b)
Parameters
Type | Name | Description |
---|---|---|
TransactionSummary | a | |
TransactionSummary | b |
Returns
Type | Description |
---|---|
TransactionSummary |