/// <summary> /// Create a new MA_VIA object. /// </summary> /// <param name="coVia">Initial value of the coVia property.</param> public static MA_VIA CreateMA_VIA(global::System.Int32 coVia) { MA_VIA mA_VIA = new MA_VIA(); mA_VIA.coVia = coVia; return(mA_VIA); }
/// <summary> /// Deprecated Method for adding a new object to the MA_VIA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMA_VIA(MA_VIA mA_VIA) { base.AddObject("MA_VIA", mA_VIA); }
/// <summary> /// Create a new MA_VIA object. /// </summary> /// <param name="coVia">Initial value of the coVia property.</param> public static MA_VIA CreateMA_VIA(global::System.Int32 coVia) { MA_VIA mA_VIA = new MA_VIA(); mA_VIA.coVia = coVia; return mA_VIA; }