/// <summary>
 /// Deprecated Method for adding a new object to the C8_50tblFundType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_50tblFundType(C8_50tblFundType c8_50tblFundType)
 {
     base.AddObject("C8_50tblFundType", c8_50tblFundType);
 }
 /// <summary>
 /// Create a new C8_50tblFundType object.
 /// </summary>
 /// <param name="fundType">Initial value of the FundType property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C8_50tblFundType CreateC8_50tblFundType(global::System.String fundType, global::System.Byte[] sSMA_TimeStamp)
 {
     C8_50tblFundType c8_50tblFundType = new C8_50tblFundType();
     c8_50tblFundType.FundType = fundType;
     c8_50tblFundType.SSMA_TimeStamp = sSMA_TimeStamp;
     return c8_50tblFundType;
 }