/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the ChildTables EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToChildTables(ChildTable childTable) { base.AddObject("ChildTables", childTable); }