LinesType(DataRow, Boolean) Method

Identifies the type of line (LineType) based on the line information.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static LineType Type(
	DataRow dataLine,
	bool updateLine = false
)

Parameters

dataLine  DataRow
DataRow with the data line.
updateLine  Boolean  (Optional)
Indicate if the line update.

Return Value

LineType
LineType with the line type.

See Also