Esempio n. 1
0
 /// <summary>
 /// Create a new tblNote object.
 /// </summary>
 /// <param name="noteID">Initial value of the NoteID property.</param>
 /// <param name="id">Initial value of the id property.</param>
 public static tblNote CreatetblNote(global::System.Int32 noteID, global::System.Int32 id)
 {
     tblNote tblNote = new tblNote();
     tblNote.NoteID = noteID;
     tblNote.id = id;
     return tblNote;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblNotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblNotes(tblNote tblNote)
 {
     base.AddObject("tblNotes", tblNote);
 }