コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BancoCuentaCaptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBancoCuentaCaptions(BancoCuentaCaption bancoCuentaCaption)
 {
     base.AddObject("BancoCuentaCaptions", bancoCuentaCaption);
 }
コード例 #2
0
 /// <summary>
 /// Create a new BancoCuentaCaption object.
 /// </summary>
 /// <param name="bancoId">Initial value of the BancoId property.</param>
 /// <param name="cuentaId">Initial value of the CuentaId property.</param>
 public static BancoCuentaCaption CreateBancoCuentaCaption(global::System.Int32 bancoId, global::System.Int32 cuentaId)
 {
     BancoCuentaCaption bancoCuentaCaption = new BancoCuentaCaption();
     bancoCuentaCaption.BancoId = bancoId;
     bancoCuentaCaption.CuentaId = cuentaId;
     return bancoCuentaCaption;
 }