[Table(Name="dbo.Products")]
public partial class Product : INotifyPropertyChanging, INotifyPropertyChanged {
// . . .
partial void OnCreated() {
	// njak innost
}
}
