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