Example #1
0
        /// <summary>
        /// Create a new Bioscoop object.
        /// </summary>
        /// <param name="bioscoopId">Initial value of the BioscoopId property.</param>
        /// <param name="naam">Initial value of the Naam property.</param>
        /// <param name="stad">Initial value of the Stad property.</param>
        public static Bioscoop CreateBioscoop(global::System.Int32 bioscoopId, global::System.String naam, global::System.String stad)
        {
            Bioscoop bioscoop = new Bioscoop();

            bioscoop.BioscoopId = bioscoopId;
            bioscoop.Naam       = naam;
            bioscoop.Stad       = stad;
            return(bioscoop);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Bioscoops EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBioscoops(Bioscoop bioscoop)
 {
     base.AddObject("Bioscoops", bioscoop);
 }