/// <summary> /// Create a new SECTOR object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="sECTOR1">Initial value of the SECTOR1 property.</param> public static SECTOR CreateSECTOR(global::System.Int32 id, global::System.String sECTOR1) { SECTOR sECTOR = new SECTOR(); sECTOR.ID = id; sECTOR.SECTOR1 = sECTOR1; return sECTOR; }
/// <summary> /// Deprecated Method for adding a new object to the SECTOR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSECTOR(SECTOR sECTOR) { base.AddObject("SECTOR", sECTOR); }