I want to convert this SQL to LINQ, but encounter difficulties, can anybody help me? thanks a lot, here is the SQL codes:
select publication_id, publication_code, publication_name
from tbl_PUBLICATION
where AIG_PUB = 1
order by PUBLICATION_NAME
by the way, the AIG_PUB field is bit type,