/// <summary>
        /// Create a new VIEW_DOC object.
        /// </summary>
        /// <param name="vd_id">Initial value of the vd_id property.</param>
        /// <param name="vd_type">Initial value of the vd_type property.</param>
        /// <param name="vd_prefix">Initial value of the vd_prefix property.</param>
        /// <param name="vd_use_ref_as_name">Initial value of the vd_use_ref_as_name property.</param>
        public static VIEW_DOC CreateVIEW_DOC(global::System.Guid vd_id, global::System.String vd_type, global::System.String vd_prefix, global::System.Boolean vd_use_ref_as_name)
        {
            VIEW_DOC vIEW_DOC = new VIEW_DOC();

            vIEW_DOC.vd_id              = vd_id;
            vIEW_DOC.vd_type            = vd_type;
            vIEW_DOC.vd_prefix          = vd_prefix;
            vIEW_DOC.vd_use_ref_as_name = vd_use_ref_as_name;
            return(vIEW_DOC);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the VIEW_DOC EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVIEW_DOC(VIEW_DOC vIEW_DOC)
 {
     base.AddObject("VIEW_DOC", vIEW_DOC);
 }