DevForce Help Reference
IgnoreCase Property


Defaults to true to perform a case insenstive comparison. When true, both operands in the expression will be converted to either lower or upper case, based on the value of IgnoreCaseOption.
Syntax
'Declaration
 
Public Property IgnoreCase As Boolean
'Usage
 
Dim instance As PredicateDescription
Dim value As Boolean
 
instance.IgnoreCase = value
 
value = instance.IgnoreCase
public bool IgnoreCase {get; set;}
Remarks
Defaults to true to perform a case insenstive comparison. When true, both operands in the expression will be converted to either lower or upper case, based on the value of IgnoreCaseOption.
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