/// <summary> /// Deprecated Method for adding a new object to the C10_30tblInvestmentInUnderlying EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC10_30tblInvestmentInUnderlying(C10_30tblInvestmentInUnderlying c10_30tblInvestmentInUnderlying) { base.AddObject("C10_30tblInvestmentInUnderlying", c10_30tblInvestmentInUnderlying); }
/// <summary> /// Create a new C10_30tblInvestmentInUnderlying object. /// </summary> /// <param name="transactionID">Initial value of the TransactionID property.</param> /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param> public static C10_30tblInvestmentInUnderlying CreateC10_30tblInvestmentInUnderlying(global::System.Int32 transactionID, global::System.Byte[] sSMA_TimeStamp) { C10_30tblInvestmentInUnderlying c10_30tblInvestmentInUnderlying = new C10_30tblInvestmentInUnderlying(); c10_30tblInvestmentInUnderlying.TransactionID = transactionID; c10_30tblInvestmentInUnderlying.SSMA_TimeStamp = sSMA_TimeStamp; return c10_30tblInvestmentInUnderlying; }