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