LinesIsChangedField Method

Get a boolean value indicating whether fieldName has been assigned manually.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsChangedField(
	DataRow dataLine,
	ChangeFieldLine fieldName
)

Parameters

dataLine  DataRow
DataRow with the data line.
fieldName  ChangeFieldLine
ChangeFieldLine with the field name.

Return Value

Boolean
if indicating whether fieldName has been assigned manually; otherwise, .

See Also