Click or drag to resize

dataTableDataOperationsGetRowCollectionTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Merges all table rows into single table with all rows

Namespace:  imbSCI.DataComplex.extensions.data.operations
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable GetRowCollectionTable(
	this IEnumerable<DataTable> tables,
	string tablename = "summary"
)
Request Example View Source

Parameters

tables
Type: System.Collections.GenericIEnumerableDataTable
The tables.
tablename (Optional)
Type: SystemString
The tablename.

Return Value

Type: DataTable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableDataTable. 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