Are the classes generated by LINQ (DBML) considered POCOs? If I add static queries to these classes, are they still POCOs?
I imagine it changes once I start doing business things in the LINQ partials. Such as adding other attributes, creating collections and basically making the partials more than DAL classes.
If the LINQ classes are POCOs, what is another example?