Beispiel #1
0
        /// <summary>
        /// Create a new Dept_Locations object.
        /// </summary>
        /// <param name="dnumber">Initial value of the Dnumber property.</param>
        /// <param name="dlocation">Initial value of the Dlocation property.</param>
        public static Dept_Locations CreateDept_Locations(global::System.Int32 dnumber, global::System.String dlocation)
        {
            Dept_Locations dept_Locations = new Dept_Locations();

            dept_Locations.Dnumber   = dnumber;
            dept_Locations.Dlocation = dlocation;
            return(dept_Locations);
        }
Beispiel #2
0
 /// <summary>
 /// Create a new Dept_Locations object.
 /// </summary>
 /// <param name="dnumber">Initial value of the Dnumber property.</param>
 /// <param name="dlocation">Initial value of the Dlocation property.</param>
 public static Dept_Locations CreateDept_Locations(global::System.Int32 dnumber, global::System.String dlocation)
 {
     Dept_Locations dept_Locations = new Dept_Locations();
     dept_Locations.Dnumber = dnumber;
     dept_Locations.Dlocation = dlocation;
     return dept_Locations;
 }
Beispiel #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dept_Locations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDept_Locations(Dept_Locations dept_Locations)
 {
     base.AddObject("Dept_Locations", dept_Locations);
 }
Beispiel #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dept_Locations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDept_Locations(Dept_Locations dept_Locations)
 {
     base.AddObject("Dept_Locations", dept_Locations);
 }