Click or drag to resize

ConvertItemToDataTableT Method

Convert a data item to a data table object

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static DataTable ItemToDataTable<T>(
	T DataItem
)

Parameters

DataItem
Type: T
type of data structure

Type Parameters

T
type of data item

Return Value

Type: DataTable

[Missing <returns> documentation for "M:SOWIData.Helper.Convert.ItemToDataTable``1(``0)"]

Remarks
Using System.Data
See Also