Esempio n. 1
0
        /// <summary>
        /// Create a new Tbl_Brand object.
        /// </summary>
        /// <param name="brandID">Initial value of the BrandID property.</param>
        public static Tbl_Brand CreateTbl_Brand(global::System.Int32 brandID)
        {
            Tbl_Brand tbl_Brand = new Tbl_Brand();

            tbl_Brand.BrandID = brandID;
            return(tbl_Brand);
        }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tbl_Brands EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTbl_Brands(Tbl_Brand tbl_Brand)
 {
     base.AddObject("Tbl_Brands", tbl_Brand);
 }