/// <summary>
 /// Create a new vw_collectionpoint object.
 /// </summary>
 /// <param name="sno">Initial value of the sno property.</param>
 /// <param name="department_Name">Initial value of the Department_Name property.</param>
 /// <param name="place">Initial value of the Place property.</param>
 public static vw_collectionpoint Createvw_collectionpoint(global::System.Int64 sno, global::System.String department_Name, global::System.String place)
 {
     vw_collectionpoint vw_collectionpoint = new vw_collectionpoint();
     vw_collectionpoint.sno = sno;
     vw_collectionpoint.Department_Name = department_Name;
     vw_collectionpoint.Place = place;
     return vw_collectionpoint;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_collectionpoint EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_collectionpoint(vw_collectionpoint vw_collectionpoint)
 {
     base.AddObject("vw_collectionpoint", vw_collectionpoint);
 }