DataCopyRow(DataRow) Method
Create a copy of the row structure and data.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DataRow CopyRow(
DataRow row
)
Public Shared Function CopyRow (
row As DataRow
) As DataRow
- row DataRow
- Source data row.
DataRowDataRow with the row structure and data copied.