/// <summary> /// Create a new COUNTRY object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="nAME">Initial value of the NAME property.</param> public static COUNTRY CreateCOUNTRY(global::System.Guid id, global::System.String nAME) { COUNTRY cOUNTRY = new COUNTRY(); cOUNTRY.ID = id; cOUNTRY.NAME = nAME; return cOUNTRY; }
/// <summary> /// Deprecated Method for adding a new object to the COUNTRY EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCOUNTRY(COUNTRY cOUNTRY) { base.AddObject("COUNTRY", cOUNTRY); }