Skip to content

EditorFilteringAttribute.UseLike property

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

public bool UseLike { get; set; }

Property Value

true if should use LIKE operators; otherwise, false.

See Also