Reply to thread

Hi smursfter


If you're using existing code then the public IList<Program> GetPrograms(Channel channel, DateTime startTime) function in the TvBusinessLayer should do what you want. Otherwise, just run a query like:


[CODE]SELECT * FROM program WHERE idChannel = <id for channel of interest>[/CODE]


mm


Top Bottom