Ejemplo n.º 1
0
        /// <summary>
        /// Create a new Table1Item object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="xx">Initial value of the xx property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        public static Table1Item CreateTable1Item(global::System.Int32 id, global::System.String xx, global::System.Byte[] rowVersion)
        {
            Table1Item table1Item = new Table1Item();

            table1Item.Id         = id;
            table1Item.xx         = xx;
            table1Item.RowVersion = rowVersion;
            return(table1Item);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Table1Items EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTable1Items(Table1Item table1Item)
 {
     base.AddObject("Table1Items", table1Item);
 }