DataTable.Select() "filterExpression" best practices?

  • Thread starter Thread starter kilik3000
  • Start date Start date
K

kilik3000

After being burned by not properly escaping single quotes inside my
filterExpression, I'm curious if there are any other potential issues.

Is there a list of "best practices" for the use of the
filterExpression argument of the DataTable.Select() method? Is there
a list of common pitfalls?

-Thx
 
Back
Top