LinesIsChangedField Method
Get a boolean value indicating whether fieldName has been assigned manually.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsChangedField(
DataRow dataLine,
ChangeFieldLine fieldName
)
Public Shared Function IsChangedField (
dataLine As DataRow,
fieldName As ChangeFieldLine
) As Boolean
- dataLine DataRow
- DataRow with the data line.
- fieldName ChangeFieldLine
- ChangeFieldLine with the field name.
Boolean if indicating whether fieldName has been assigned manually; otherwise,
.