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