EntityFieldExtensions.AutoTrim method

namespace: Serenity.Data   assemblySerenity.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