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