Hey,

Ok I'm working on getting to Grips with some LINQ for Database access. I've setup my DBML and database connection. I have a table called PageSettings and would like to extract all rows and then iterate through them. Can anyone provide me with a sample?

Table: Page Settings

Code:
DBDataContext DBData = new DBDataContext();
Any help appriciated