/// <summary>
        /// Create a new DocumentWordRelationship object.
        /// </summary>
        /// <param name="wordValue">Initial value of the WordValue property.</param>
        /// <param name="documentId">Initial value of the DocumentId property.</param>
        /// <param name="frequency">Initial value of the Frequency property.</param>
        public static DocumentWordRelationship CreateDocumentWordRelationship(global::System.String wordValue, global::System.Int32 documentId, global::System.Int32 frequency)
        {
            DocumentWordRelationship documentWordRelationship = new DocumentWordRelationship();

            documentWordRelationship.WordValue  = wordValue;
            documentWordRelationship.DocumentId = documentId;
            documentWordRelationship.Frequency  = frequency;
            return(documentWordRelationship);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the DocumentWordRelationshipSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDocumentWordRelationshipSet(DocumentWordRelationship documentWordRelationship)
 {
     base.AddObject("DocumentWordRelationshipSet", documentWordRelationship);
 }