/// <summary> /// Create a new tb_security_store_acc object. /// </summary> /// <param name="idx">Initial value of the idx property.</param> /// <param name="xmdm">Initial value of the xmdm property.</param> /// <param name="zcdy">Initial value of the zcdy property.</param> /// <param name="zhdm">Initial value of the zhdm property.</param> /// <param name="policy_id">Initial value of the policy_id property.</param> public static tb_security_store_acc Createtb_security_store_acc(global::System.Int64 idx, global::System.Int32 xmdm, global::System.String zcdy, global::System.String zhdm, global::System.Int32 policy_id) { tb_security_store_acc tb_security_store_acc = new tb_security_store_acc(); tb_security_store_acc.idx = idx; tb_security_store_acc.xmdm = xmdm; tb_security_store_acc.zcdy = zcdy; tb_security_store_acc.zhdm = zhdm; tb_security_store_acc.policy_id = policy_id; return tb_security_store_acc; }
/// <summary> /// Deprecated Method for adding a new object to the tb_security_store_acc EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotb_security_store_acc(tb_security_store_acc tb_security_store_acc) { base.AddObject("tb_security_store_acc", tb_security_store_acc); }