/// <summary>
 /// Deprecated Method for adding a new object to the C7_50tblFundLPInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC7_50tblFundLPInfo(C7_50tblFundLPInfo c7_50tblFundLPInfo)
 {
     base.AddObject("C7_50tblFundLPInfo", c7_50tblFundLPInfo);
 }
 /// <summary>
 /// Create a new C7_50tblFundLPInfo object.
 /// </summary>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="lP">Initial value of the LP property.</param>
 public static C7_50tblFundLPInfo CreateC7_50tblFundLPInfo(global::System.String fund, global::System.String lP)
 {
     C7_50tblFundLPInfo c7_50tblFundLPInfo = new C7_50tblFundLPInfo();
     c7_50tblFundLPInfo.Fund = fund;
     c7_50tblFundLPInfo.LP = lP;
     return c7_50tblFundLPInfo;
 }