OpenPetra
Free Administration Software for Non-Profits
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Ict.Common.Data.DataUtilities.TColumnDifference Struct Reference

small structure for comparing 2 DataRows by columns, used by CompareAllColumnValues More...

Public Member Functions

 TColumnDifference (string AColumnName, string ASourceName, string ADestinationValue)
 Constructor More...
 

Public Attributes

string FColumnName
 the name of the column that is different More...
 
string FSourceValue
 the new value More...
 
string FDestinationValue
 the original value More...
 

Detailed Description

small structure for comparing 2 DataRows by columns, used by CompareAllColumnValues

Constructor & Destructor Documentation

◆ TColumnDifference()

Ict.Common.Data.DataUtilities.TColumnDifference.TColumnDifference ( string  AColumnName,
string  ASourceName,
string  ADestinationValue 
)
inline

Constructor

Member Data Documentation

◆ FColumnName

string Ict.Common.Data.DataUtilities.TColumnDifference.FColumnName

the name of the column that is different

◆ FDestinationValue

string Ict.Common.Data.DataUtilities.TColumnDifference.FDestinationValue

the original value

◆ FSourceValue

string Ict.Common.Data.DataUtilities.TColumnDifference.FSourceValue

the new value


The documentation for this struct was generated from the following file: