i can't find any samples how to use 'Like' option thas is simple query
select id_seq,Company_name,Customer_name from Customer where Upper(Customer_name) like '%'Upper(text1.text)'%'
may be there has somebody to help me? thanx in advance
Please check the FieldLikePredicate Refer to the LLBLGen Pro documentation "Using the generated code -> Adapter/SelServicing -> Filtering and Sorting -> The predicate system"
Yess,i found and tried .it worked great thanx