How do I specify which data connection to use when using XDocument.Submit()?
P Patrick Temple Sep 26, 2005 #1 How do I specify which data connection to use when using XDocument.Submit()?
J Jay W Sep 26, 2005 #2 XDocument.Submit() simply submits to whatever connection was configured at design time. If you need more flexability than this, you can write your own submit operation by using the OnSubmitRequest event. HTH, Jay
XDocument.Submit() simply submits to whatever connection was configured at design time. If you need more flexability than this, you can write your own submit operation by using the OnSubmitRequest event. HTH, Jay