IdeaBlade DevForce 2010 Help Reference
IgnoreCase Property
See Also  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace > PredicateDescription Class : IgnoreCase Property



Whether string comparisions are case sensitive.

Syntax

Visual Basic (Declaration) 
Public Property IgnoreCase As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PredicateDescription
Dim value As Boolean
 
instance.IgnoreCase = value
 
value = instance.IgnoreCase
C# 
public bool IgnoreCase {get; set;}
C++/CLI 
public:
property bool IgnoreCase {
   bool get();
   void set (    bool value);
}

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.