I\'m porting C# code to a Windows Store App. To my surprise the following code does not work anymore:
someString.Equals(\"someOtherString\", StringComparison.Inv
It looks like it doesn't support Windows Store App.
For Windows Store App, only avaiable you can use with green bag enumerations;
For general idea, people used OrdinalIgnoreCase in this case.
OrdinalIgnoreCase
https://github.com/loqu8/sqlite-net/commit/bfa04a6a40b4f62000bb9c57d5517643404c9109