¡@

Home 

c# Programming Glossary: disklog

How can I build Entity Framework queries dynamically?

http://stackoverflow.com/questions/5881107/how-can-i-build-entity-framework-queries-dynamically

filtering data. I have two various Log entities they are DiskLog and NetworkLog . These entities both are derived from Log entity... some code from my C# app public class Log ... public class DiskLog Log ... public class NetworkLog Log ... public enum LogType.. is no need to use computerId parameter in the query select DiskLog entities only if logType LogType.Disk computerId 0 means I have..