EntityFieldExtensions.AutoTrim method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Automatically performs trim on field value based on the field flags TrimToEmpty and Trim.
public static void AutoTrim(this Field field, IRow row)
parameter | description |
---|---|
field | The field. |
row | The row. |
See Also
- class Field
- interface IRow
- class EntityFieldExtensions