LinesType(DataRow, Boolean) Method
Identifies the type of line (
LineType) based on the line information.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static LineType Type(
DataRow dataLine,
bool updateLine = false
)
Public Shared Function Type (
dataLine As DataRow,
Optional updateLine As Boolean = false
) As LineType
- dataLine DataRow
- DataRow with the data line.
- updateLine Boolean (Optional)
- Indicate if the line update.
LineTypeLineType with the line type.