Skip to content

RowExtensions class

namespace: Serenity.Data   assemblySerenity.Net.Services

Contains extensions for row objects.

public static class RowExtensions

Public Members

name description
static ApplyDefaultValues<TRow>(…) Applies the default values.
static Clone<TRow>(…) Clones the specified row.
static FindField(…) Finds the field by its name.
static FindFieldByPropertyName(…) Finds the field by its property name.
static GetFields(…) Gets the fields.
static GetIdField(…) Returns Row's IdField. If row's IdField is null it throws.

See Also