Ejemplo n.º 1
0
        /// <summary>
        /// Create a new tblMedlem object.
        /// </summary>
        /// <param name="nr">Initial value of the Nr property.</param>
        public static tblMedlem CreatetblMedlem(global::System.Int32 nr)
        {
            tblMedlem tblMedlem = new tblMedlem();

            tblMedlem.Nr = nr;
            return(tblMedlem);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblMedlems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblMedlems(tblMedlem tblMedlem)
 {
     base.AddObject("tblMedlems", tblMedlem);
 }