CustomEntity.CaseSensitive Property

Definition

Defaults to false. Boolean value denoting whether comparisons with the entity name should be sensitive to character casing. Sample case insensitive matches of "Microsoft" could be: microsoft, microSoft, MICROSOFT.

public bool? CaseSensitive { get; set; }
member this.CaseSensitive : Nullable<bool> with get, set
Public Property CaseSensitive As Nullable(Of Boolean)

Property Value

Applies to