Ejemplo n.º 1
0
 /// <summary>
 /// Create a new AccountDetail object.
 /// </summary>
 /// <param name="account_id">Initial value of the account_id property.</param>
 public static AccountDetail CreateAccountDetail(global::System.Int32 account_id)
 {
     AccountDetail accountDetail = new AccountDetail();
     accountDetail.account_id = account_id;
     return accountDetail;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AccountDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAccountDetails(AccountDetail accountDetail)
 {
     base.AddObject("AccountDetails", accountDetail);
 }