lundi 13 juin 2016

implement query pattern in C# code without using data context

I am using linq to sql framework in my C# code. I would like to implement query pattern for a scenario ( check if a given organisation is valid). how can this be done without using data context. I do not want to use or create a data context for the table which i want to check my scenario.

Aucun commentaire:

Enregistrer un commentaire