/// <summary> /// Create a new Corelation object. /// </summary> /// <param name="iD1">Initial value of the ID1 property.</param> /// <param name="iD2">Initial value of the ID2 property.</param> /// <param name="corelation1">Initial value of the Corelation1 property.</param> public static Corelation CreateCorelation(global::System.Int32 iD1, global::System.Int32 iD2, global::System.Double corelation1) { Corelation corelation = new Corelation(); corelation.ID1 = iD1; corelation.ID2 = iD2; corelation.Corelation1 = corelation1; return corelation; }
/// <summary> /// Deprecated Method for adding a new object to the Corelations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCorelations(Corelation corelation) { base.AddObject("Corelations", corelation); }