/// <summary> /// Create a new Document object. /// </summary> /// <param name="documentID">Initial value of the DocumentID property.</param> public static Document CreateDocument(global::System.Int32 documentID) { Document document = new Document(); document.DocumentID = documentID; return document; }
/// <summary> /// Deprecated Method for adding a new object to the Documents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDocuments(Document document) { base.AddObject("Documents", document); }