/// <summary>
 /// Deprecated Method for adding a new object to the v_propertyNames EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_propertyNames(v_propertyNames v_propertyNames)
 {
     base.AddObject("v_propertyNames", v_propertyNames);
 }
 /// <summary>
 /// Create a new v_propertyNames object.
 /// </summary>
 /// <param name="namePropertyType">Initial value of the namePropertyType property.</param>
 public static v_propertyNames Createv_propertyNames(global::System.String namePropertyType)
 {
     v_propertyNames v_propertyNames = new v_propertyNames();
     v_propertyNames.namePropertyType = namePropertyType;
     return v_propertyNames;
 }