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