IDwReadOnlyArgument.UseOriginal Property
.NET Standard 2.x
Gets a bool
value indicating whether the data is the new or original column value.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool UseOriginal { get; }
Property Value
System.Boolean
A bool
value indicating whether the data is the new or original column value.
false
: The new column value that is being sent to the database.
true
: The value that the DataWindow originally reads from the database.
Applies to
.NET Standard
2.x