Example #1
0
 partial void DeleteSegment(Segment instance);
Example #2
0
 partial void InsertSegment(Segment instance);
Example #3
0
 partial void UpdateSegment(Segment instance);
Example #4
0
 public void Add(Segment newseg)
 {
     db.Segments.InsertOnSubmit(newseg);        
 }