Lowered version of columns in Asp.Net membership.

  • Thread starter Thread starter fischermx
  • Start date Start date
F

fischermx

I've found several columns like:
LoweredUserName
LoweredEmail
etc

Why are this column needed?
 
"lowered" means "in lower case". I don't know the exact reason but I suspect
it is to speed up comparisons. Usually when you want to compare strings you
first perform a lower-case conversion on each.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top