RowExtensions.Clone<TRow> method

namespace: Serenity.Data   assemblySerenity.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