show/hide this revision's text 2 edited body; edited title

LinQ LINQ to SQL auto-generated Extensibility Methods

When I generate entity classes using LinQ LINQ to SQL I get what I want but I get also a bunch of other Extensibility Methods Definitions.

For Example for myField (TEXT) I get:

   partial void OnMyFieldChanging(string value);
   partial void OnMyFieldChanged();

What's a common use for the extensibility methods above?

show/hide this revision's text 1

LinQ to SQL auto-generated Extensibility Methods

When I generate entity classes using LinQ to SQL I get what I want but I get also a bunch of other Extensibility Methods Definitions.

For Example for myField (TEXT) I get:

   partial void OnMyFieldChanging(string value);
   partial void OnMyFieldChanged();

What's a common use for the extensibility methods above?