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