[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
I think so which field OR value you want in Like operator you can directly use Field.Contains(string) method as we are using in string manipulation. Even try to user all string methods like StartWith, EndWith etc. OR use First import (using) names "System.Data.Linq.SqlClient" user Sql helper class- SqlMethods.Like(FieldName, "%something%") If still you are facing the problem then let me know.
Parwej Ahamad ahamad.parwej@gmail.com
modified on Sunday, August 16, 2009 4:21 AM
-
I think so which field OR value you want in Like operator you can directly use Field.Contains(string) method as we are using in string manipulation. Even try to user all string methods like StartWith, EndWith etc. OR use First import (using) names "System.Data.Linq.SqlClient" user Sql helper class- SqlMethods.Like(FieldName, "%something%") If still you are facing the problem then let me know.
Parwej Ahamad ahamad.parwej@gmail.com
modified on Sunday, August 16, 2009 4:21 AM
Parvez, I found this solution, thanks. Apart try to help me in the new message I posted. regards Sajid