RowExtensions.Clone<TRow> method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Clones the specified row.
public static TRow Clone<TRow>(this TRow row)
where TRow : IRow
| parameter | description |
|---|---|
| TRow | The type of the row. |
| row | The row. |
See Also
- class TRow
- interface IRow
- class RowExtensions