Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you handle concurrency at field level in LINQ to SQL?



How can you handle concurrency at field level in LINQ to SQL?..

Answer / Sumit Varshney

To handle concurrency at the field level in LINQ to SQL, you can use the `ConcurrencyMode` attribute on the property that you want to track changes. You can set it to one of three values: `Fixed`, `Database`, or `None`. The most common choice is `Database`, which uses a database-generated column as the concurrency token.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

How to use Having in LINQ?

1 Answers  


What is the use of System.XML.XLinq.dll?

1 Answers  


Can you disable lazy/deferred loading?

1 Answers  


How to write LINQ query for Inner Join with OR condition?

1 Answers  


What is Expression Trees?

1 Answers  


What is Object Relational Designer (O/R Designer)?

1 Answers  


What are advantages of using LINQ on DataSet?

1 Answers  


Elaborate the plinq?

1 Answers  


How is linq useful than stored procedures?

1 Answers  


Explain Union, Intersect and Except?

1 Answers  


What does linq?

1 Answers  


What is LINQPad?

1 Answers  


Categories