I need to get all features from feature class where their field value matches to input array. To achive this one may set IQueryFilter.WhereClause property similar to 'FIELD_NAME IN (array[0], array[1], array[2],...., array[n-1])'. But the size of array might be quite big.
The questions are how long IN statement can be? And can I define it at runtime?
Thanks in advance!
INclause. – Petr Krebs Nov 13 '13 at 08:51