/// <summary> /// Deprecated Method for adding a new object to the LOCATIONs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLOCATIONs(LOCATION lOCATION) { base.AddObject("LOCATIONs", lOCATION); }
/// <summary> /// Create a new LOCATION object. /// </summary> /// <param name="iDLOCATION">Initial value of the IDLOCATION property.</param> public static LOCATION CreateLOCATION(global::System.Decimal iDLOCATION) { LOCATION lOCATION = new LOCATION(); lOCATION.IDLOCATION = iDLOCATION; return lOCATION; }