Property UseContains
UseContains
Gets or sets whether to use partial string comparison
when search is performed. Default is false.
When UseContains is true,
search operation is successful if
searched string occurrence is on any character position.
public virtual bool UseContains { get; set; }