LinesSetChangedField Method
Change the value of the field fieldName to modified.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void SetChangedField(
DataRow dataLine,
ChangeFieldLine fieldName,
bool changed = true
)
Public Shared Sub SetChangedField (
dataLine As DataRow,
fieldName As ChangeFieldLine,
Optional changed As Boolean = true
)
Parameters
- dataLine DataRow
- DataRow with the data line.
- fieldName ChangeFieldLine
- ChangeFieldLine with the field name.
- changed Boolean (Optional)
- Indicates if the changed field.