コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C90_575qryTotalCommitment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_575qryTotalCommitment(C90_575qryTotalCommitment c90_575qryTotalCommitment)
 {
     base.AddObject("C90_575qryTotalCommitment", c90_575qryTotalCommitment);
 }
コード例 #2
0
 /// <summary>
 /// Create a new C90_575qryTotalCommitment object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static C90_575qryTotalCommitment CreateC90_575qryTotalCommitment(global::System.String amberbrookFundNo, global::System.String fund)
 {
     C90_575qryTotalCommitment c90_575qryTotalCommitment = new C90_575qryTotalCommitment();
     c90_575qryTotalCommitment.AmberbrookFundNo = amberbrookFundNo;
     c90_575qryTotalCommitment.Fund = fund;
     return c90_575qryTotalCommitment;
 }