コード例 #1
0
 /// <summary>
 /// Create a new PairsGroup object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static PairsGroup CreatePairsGroup(global::System.Int32 id)
 {
     PairsGroup pairsGroup = new PairsGroup();
     pairsGroup.ID = id;
     return pairsGroup;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PairsGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPairsGroups(PairsGroup pairsGroup)
 {
     base.AddObject("PairsGroups", pairsGroup);
 }