¡@

Home 

c# Programming Glossary: networklog

How can I build Entity Framework queries dynamically?

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

data. I have two various Log entities they are DiskLog and NetworkLog . These entities both are derived from Log entity. Here is some.. class Log ... public class DiskLog Log ... public class NetworkLog Log ... public enum LogType NotInitialized 0 Disk Network public.. and logType just select all the entities DiskLog and NetworkLog if logType LogType.NotInitialized computerId 0 select all types..