Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ImportTeilnehmerlisten EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToImportTeilnehmerlisten(ImportTeilnehmerliste importTeilnehmerliste)
 {
     base.AddObject("ImportTeilnehmerlisten", importTeilnehmerliste);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ImportTeilnehmerliste object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static ImportTeilnehmerliste CreateImportTeilnehmerliste(global::System.Int32 id)
 {
     ImportTeilnehmerliste importTeilnehmerliste = new ImportTeilnehmerliste();
     importTeilnehmerliste.ID = id;
     return importTeilnehmerliste;
 }