GridViewHelper.ToDataTable Method (IList)

HD.Common

GridViewHelperToDataTable Method (IList) Helper帮助文档
将集合类转换成DataTable

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static DataTable ToDataTable(
	IList list
)
Public Shared Function ToDataTable ( 
	list As IList
) As DataTable
public:
static DataTable^ ToDataTable(
	IList^ list
)
static member ToDataTable : 
        list : IList -> DataTable 

Parameters

list
Type: System.CollectionsIList
集合

Return Value

Type: DataTable

[Missing <returns> documentation for "M:HD.Common.GridViewHelper.ToDataTable(System.Collections.IList)"]

See Also

Reference