コード例 #1
0
        /// <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);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbusrs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbusrs(tbusr tbusr)
 {
     base.AddObject("tbusrs", tbusr);
 }