Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_100qryTestLPCommitments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_100qryTestLPCommitments(T_100qryTestLPCommitments t_100qryTestLPCommitments)
 {
     base.AddObject("T_100qryTestLPCommitments", t_100qryTestLPCommitments);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new T_100qryTestLPCommitments object.
 /// </summary>
 /// <param name="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 public static T_100qryTestLPCommitments CreateT_100qryTestLPCommitments(global::System.String amberbrookFundName, global::System.String amberbrookFundNo)
 {
     T_100qryTestLPCommitments t_100qryTestLPCommitments = new T_100qryTestLPCommitments();
     t_100qryTestLPCommitments.AmberbrookFundName = amberbrookFundName;
     t_100qryTestLPCommitments.AmberbrookFundNo = amberbrookFundNo;
     return t_100qryTestLPCommitments;
 }