/// <summary> /// Deprecated Method for adding a new object to the C8_720qryFundInfoLookup EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC8_720qryFundInfoLookup(C8_720qryFundInfoLookup c8_720qryFundInfoLookup) { base.AddObject("C8_720qryFundInfoLookup", c8_720qryFundInfoLookup); }
/// <summary> /// Create a new C8_720qryFundInfoLookup object. /// </summary> /// <param name="fund">Initial value of the Fund property.</param> public static C8_720qryFundInfoLookup CreateC8_720qryFundInfoLookup(global::System.String fund) { C8_720qryFundInfoLookup c8_720qryFundInfoLookup = new C8_720qryFundInfoLookup(); c8_720qryFundInfoLookup.Fund = fund; return c8_720qryFundInfoLookup; }