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