Example #1
0
 public uint execute(XmlTransaction txn, XmlResults toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return(DbXmlPINVOKE.XmlModify_execute__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlResults.getCPtrOrThrow(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc)));
 }
Example #2
0
 public virtual bool resolveCollection(XmlTransaction txn, XmlManager mgr, string uri, XmlResults res)
 {
     return(DbXmlPINVOKE.XmlResolver_resolveCollection(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlManager.getCPtr(mgr), uri, XmlResults.getCPtrOrThrow(res)));
 }