Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8625923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:53:43+00:00 2026-06-12T07:53:43+00:00

Is it possible to add a default where clause to every SQL statement generated

  • 0

Is it possible to add a default where clause to every SQL statement generated by a Linq-to-SQL class?

I have a custom DataContext with a Customer class. The Customer class has a Deleted attribute, which is what I want to always be NULL whenever I query the table.

So for example, I could write:

List<Customer> customers = db.Customers.ToList<Customer>();

But really get:

List<Customer> customers = db.Customers.Where(o => o.Deleted == null).ToList<Customer>();

I want to maintain the “deleted” data in my DB, but will never need to see it in my .NET code. This sort of default would be handy, so I don’t have to remember to add the filter to every query.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:53:45+00:00Added an answer on June 12, 2026 at 7:53 am

    Instead of adding the table to your dbml designer, add a view that contains the default where clause, and just name the view Customer in your dbml.

    To allow updates, inserts, and deletes, make sure you select the primary key columns in your DBML designer, and mark their Primary Key property as true.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With SQLAlchemy, it is possible to add a default value to every function. As
Is it possible to add custom post formats in WordPress? The default ones cover
Possible Duplicate: Add column, with default value, to existing table in SQL Server I
Is it possible to add to PHP objects on the fly? Say I have
Is it possible to add a form to an email newsletter? I have tried
Is it possible to add an Email A Developer section within Apple's default settings
Is it possible to add item to the default browser right button click menu?
Is it possible to add to a default time with NOW(), 10 minutes? I've
When you have a database populated with data, is it possible to add for
Is it possible to add a special action to default copy / paste menu

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.