DBExtensions RowInfos Method DataBaseExecutors

[Missing <summary> documentation for "M:DataBaseExecutors.DBExtensions.RowInfos(System.Data.DataTable)"]

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public static List<RowInfo> RowInfos(
	this DataTable table
)

Parameters

table
Type: System.Data DataTable

[Missing <param name="table"/> documentation for "M:DataBaseExecutors.DBExtensions.RowInfos(System.Data.DataTable)"]

Return Value

Type: List RowInfo 

[Missing <returns> documentation for "M:DataBaseExecutors.DBExtensions.RowInfos(System.Data.DataTable)"]

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 OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also