DevForce Help Reference
IgnoreCaseOption Property


When IgnoreCase is true, sets whether the case insensitive string comparison forces each operand to lower or upper case.
Syntax
'Declaration
 
Public Property IgnoreCaseOption As IgnoreCaseOption
'Usage
 
Dim instance As PredicateDescription
Dim value As IgnoreCaseOption
 
instance.IgnoreCaseOption = value
 
value = instance.IgnoreCaseOption
public IgnoreCaseOption IgnoreCaseOption {get; set;}
Remarks
Defaults to UseLower.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PredicateDescription Class
PredicateDescription Members

Send Feedback