/// <summary> /// Create a new bvc_Fraud object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="ruleType">Initial value of the RuleType property.</param> /// <param name="ruleValue">Initial value of the RuleValue property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_Fraud Createbvc_Fraud(global::System.String bvin, global::System.Int32 ruleType, global::System.String ruleValue, global::System.DateTime lastUpdated) { bvc_Fraud bvc_Fraud = new bvc_Fraud(); bvc_Fraud.bvin = bvin; bvc_Fraud.RuleType = ruleType; bvc_Fraud.RuleValue = ruleValue; bvc_Fraud.LastUpdated = lastUpdated; return bvc_Fraud; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_Fraud EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_Fraud(bvc_Fraud bvc_Fraud) { base.AddObject("bvc_Fraud", bvc_Fraud); }