RowExtensions class
namespace: Serenity.Data assembly: Serenity.Net.Entity
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 property name. |
static GetFields(…) | Gets the fields. |
See Also
- Source: RowExtensions.cs