SubSonic 2.x Substring of a column -


how write subsonic query similar c#.net:

select * users substr(last_name,1,1) = 's';

i don't want use "like" eats performance.

don't think can this, can use subsonic execute query though.

how here: http://subsonicproject.com/docs/codinghorror


Comments