コード例 #1
0
ファイル: COAT.Designer.cs プロジェクト: MyRSG/COAT
 /// <summary>
 /// Deprecated Method for adding a new object to the NameAccounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNameAccounts(NameAccount nameAccount)
 {
     base.AddObject("NameAccounts", nameAccount);
 }
コード例 #2
0
ファイル: COAT.Designer.cs プロジェクト: MyRSG/COAT
 /// <summary>
 /// Create a new NameAccount object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static NameAccount CreateNameAccount(global::System.Int32 id)
 {
     NameAccount nameAccount = new NameAccount();
     nameAccount.Id = id;
     return nameAccount;
 }