/// <summary> /// Create a new bvc_UserQuestions object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="questionName">Initial value of the QuestionName property.</param> /// <param name="questionType">Initial value of the QuestionType property.</param> /// <param name="values">Initial value of the Values property.</param> /// <param name="order">Initial value of the Order property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> public static bvc_UserQuestions Createbvc_UserQuestions(global::System.String bvin, global::System.String questionName, global::System.Int32 questionType, global::System.String values, global::System.Int32 order, global::System.DateTime lastUpdated, global::System.Int64 storeId) { bvc_UserQuestions bvc_UserQuestions = new bvc_UserQuestions(); bvc_UserQuestions.bvin = bvin; bvc_UserQuestions.QuestionName = questionName; bvc_UserQuestions.QuestionType = questionType; bvc_UserQuestions.Values = values; bvc_UserQuestions.Order = order; bvc_UserQuestions.LastUpdated = lastUpdated; bvc_UserQuestions.StoreId = storeId; return bvc_UserQuestions; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_UserQuestions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_UserQuestions(bvc_UserQuestions bvc_UserQuestions) { base.AddObject("bvc_UserQuestions", bvc_UserQuestions); }