Escape an Underscore Like cause

if you search about Underscore this query will not get a true value

   Where Username Like '%_d'
 
so you need to use :

   Where Username LIKE '%[_]d'

Comments

Popular posts from this blog

OCR text detection with google APIs C#

The specified version string contains wildcards, which are not compatible with determinism.

How to set dynamically height/width of an external image in rdlc report?