LinesSetChangedField Method

Change the value of the field fieldName to modified.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void SetChangedField(
	DataRow dataLine,
	ChangeFieldLine fieldName,
	bool changed = true
)

Parameters

dataLine  DataRow
DataRow with the data line.
fieldName  ChangeFieldLine
ChangeFieldLine with the field name.
changed  Boolean  (Optional)
Indicates if the changed field.

See Also