Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_Class EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Class(vw_Class vw_Class)
 {
     base.AddObject("vw_Class", vw_Class);
 }
 /// <summary>
 /// Create a new vw_Class object.
 /// </summary>
 /// <param name="classID">Initial value of the ClassID property.</param>
 public static vw_Class Createvw_Class(global::System.String classID)
 {
     vw_Class vw_Class = new vw_Class();
     vw_Class.ClassID = classID;
     return vw_Class;
 }