Group: StrataFrame Users
Posts: 70,
Visits: 3.5K
|
I am a beginner and I must be missing something simple.
In the BeforeSave method of my BO, I want to compare the current value of a field to the original value. I am using C# and Visual Studio 2008 and when I try to enter:
If (!BO.CurrentRow.Item(colCount, Data.DataRowVersion.Original) == BO.CurrentRow.Item(colCount, Data.DataRowVersion.Current))
it appears that BO.CurrentRow does not have a method named Item. What am I doing wrong?
Sam Tenney
|