RowExtensions.ApplyDefaultValues<TRow> method
namespace: Serenity.Data assembly: Serenity.Net.Entity
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 [unassigned only]. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | row |
See Also
- class TRow
- interface IRow
- class RowExtensions