/// <summary> /// Create a new Column object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="header">Initial value of the Header property.</param> public static Column CreateColumn(global::System.Int32 id, global::System.String header) { Column column = new Column(); column.Id = id; column.Header = header; return column; }
/// <summary> /// Deprecated Method for adding a new object to the Columns EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToColumns(Column column) { base.AddObject("Columns", column); }