Click or drag to resize

dataRowForStatsAddStringLine Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the string line into table

Namespace:  imbSCI.DataComplex.extensions.data.modify
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataRow AddStringLine(
	this DataTable dt,
	string text,
	DataColumn col = null
)
Request Example View Source

Parameters

dt
Type: System.DataDataTable
The dt.
text
Type: SystemString
The text.
col (Optional)
Type: System.DataDataColumn
The col.

Return Value

Type: DataRow

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also