Example #1
0
        /// <summary>
        /// Create a new ChildTable object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static ChildTable CreateChildTable(global::System.Int32 id)
        {
            ChildTable childTable = new ChildTable();

            childTable.Id = id;
            return(childTable);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ChildTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChildTables(ChildTable childTable)
 {
     base.AddObject("ChildTables", childTable);
 }