コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Columns EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToColumns(Column column)
 {
     base.AddObject("Columns", column);
 }