Below coding part give me exception once i run my program.
data = D01.Tables[0];
if (C == 0)
{
expression = "(New_SE_CODE is not null and SE_Code is not null and Shop_Code is not null and X is not null and Y is not null and Shop_Name is not null and len(SE_Code=6) andor isnumeric(ExecutiveCode)<>1)";
DataRow[] foundRows;
DataSet D = new DataSet();
foundRows = data.Select(expression);
The Error is "The Expression contains undefined fun ction call isnumeric()".Hw to slove this.
Thanks