EditorFilteringAttribute.UseLike property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether to use LIKE kind of operators including starts with, ends with etc.

public bool UseLike { get; set; }

Property Value

true if should use LIKE operators; otherwise, false.

See Also