Text Indexer in IEntityFields2

Posts   
 
    
Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 05-May-2005 17:36:50   

Is the string indexer in IEntityFields2 case insensitive in the 2004.2 runtime? I noticed that in in 2004.1 it is case sensitive, as the following code does not work when the column name is not properly cased.

result = user.Fields[columnName].CurrentValue.ToString();

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 06-May-2005 10:28:54   

It's still case sensitive, as I use a normal hashtable without a caseinsensitive comparer. simple_smile

Frans Bouma | Lead developer LLBLGen Pro