Click or drag to resize

UtilsDataRows2DataTable Method

DataRow 배열을 데이타테이블로 변형하여 반환 합니다.

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static DataTable DataRows2DataTable(
	DataRow[] datarows
)

Parameters

datarows
Type: System.DataDataRow
DataRow 배열

Return Value

Type: DataTable
DataTable
See Also