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