Skip to content

RowExtensions.ApplyDefaultValues<TRow> method

Applies the default values.

public static TRow ApplyDefaultValues<TRow>(this TRow row, bool unassignedOnly = false)
    where TRow : IRow
parameter description
TRow The type of the row.
row The row.
unassignedOnly if set to true, only unassigned fields are set.

Return Value

The row with default values applied.

Exceptions

exception condition
ArgumentNullException row is null.

See Also