/// <summary> /// 创建新的 CustomerDemographic 对象。 /// </summary> /// <param name="customerTypeID">CustomerTypeID 属性的初始值。</param> public static CustomerDemographic CreateCustomerDemographic(global::System.String customerTypeID) { CustomerDemographic customerDemographic = new CustomerDemographic(); customerDemographic.CustomerTypeID = customerTypeID; return customerDemographic; }
/// <summary> /// 用于向 CustomerDemographics EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToCustomerDemographics(CustomerDemographic customerDemographic) { base.AddObject("CustomerDemographics", customerDemographic); }