/// <summary>
 /// Create a new rb_Surveys object.
 /// </summary>
 /// <param name="surveyID">Initial value of the SurveyID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="surveyDesc">Initial value of the SurveyDesc property.</param>
 /// <param name="createdByUser">Initial value of the CreatedByUser property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static rb_Surveys Createrb_Surveys(global::System.Int32 surveyID, global::System.Int32 moduleID, global::System.String surveyDesc, global::System.String createdByUser, global::System.DateTime createdDate)
 {
     rb_Surveys rb_Surveys = new rb_Surveys();
     rb_Surveys.SurveyID = surveyID;
     rb_Surveys.ModuleID = moduleID;
     rb_Surveys.SurveyDesc = surveyDesc;
     rb_Surveys.CreatedByUser = createdByUser;
     rb_Surveys.CreatedDate = createdDate;
     return rb_Surveys;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_Surveys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Surveys(rb_Surveys rb_Surveys)
 {
     base.AddObject("rb_Surveys", rb_Surveys);
 }