DataCopyRow(DataRow) Method

Create a copy of the row structure and data.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DataRow CopyRow(
	DataRow row
)

Parameters

row  DataRow
Source data row.

Return Value

DataRow
DataRow with the row structure and data copied.

See Also