/// <summary> /// Deprecated Method for adding a new object to the tbLICHHENs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbLICHHENs(tbLICHHEN tbLICHHEN) { base.AddObject("tbLICHHENs", tbLICHHEN); }
/// <summary> /// Create a new tbLICHHEN object. /// </summary> /// <param name="mALICHHEN">Initial value of the MALICHHEN property.</param> /// <param name="mABENHAN">Initial value of the MABENHAN property.</param> /// <param name="mABACSI">Initial value of the MABACSI property.</param> public static tbLICHHEN CreatetbLICHHEN(global::System.Int32 mALICHHEN, global::System.String mABENHAN, global::System.String mABACSI) { tbLICHHEN tbLICHHEN = new tbLICHHEN(); tbLICHHEN.MALICHHEN = mALICHHEN; tbLICHHEN.MABENHAN = mABENHAN; tbLICHHEN.MABACSI = mABACSI; return tbLICHHEN; }