Exemplo n.º 1
0
 internal static QueryExpression Create(XmlQueryExpression v)
 {
     if (v == null)
     {
         return(null);
     }
     return(new QueryExpression(v));
 }
Exemplo n.º 2
0
 internal static QueryExpression Create(XmlQueryExpression v)
 {
     if (v == null)
     {
         return null;
     }
     return new QueryExpression(v);
 }
Exemplo n.º 3
0
 public void addUpdateStep(XmlQueryExpression selectionExpr, string content)
 {
     DbXmlPINVOKE.XmlModify_addUpdateStep(this.swigCPtr, XmlQueryExpression.getCPtrOrThrow(selectionExpr), content);
 }
Exemplo n.º 4
0
 public void addRenameStep(XmlQueryExpression selectionExpr, string newName)
 {
     DbXmlPINVOKE.XmlModify_addRenameStep(this.swigCPtr, XmlQueryExpression.getCPtrOrThrow(selectionExpr), newName);
 }
Exemplo n.º 5
0
 public void addRemoveStep(XmlQueryExpression selectionExpr)
 {
     DbXmlPINVOKE.XmlModify_addRemoveStep(this.swigCPtr, XmlQueryExpression.getCPtrOrThrow(selectionExpr));
 }
Exemplo n.º 6
0
 public void addInsertBeforeStep(XmlQueryExpression selectionExpr, int type, string name, string content)
 {
     DbXmlPINVOKE.XmlModify_addInsertBeforeStep(this.swigCPtr, XmlQueryExpression.getCPtrOrThrow(selectionExpr), type, name, content);
 }
Exemplo n.º 7
0
 public void addAppendStep(XmlQueryExpression selectionExpr, int type, string name, string content, int location)
 {
     DbXmlPINVOKE.XmlModify_addAppendStep(this.swigCPtr, XmlQueryExpression.getCPtrOrThrow(selectionExpr), type, name, content, location);
 }
Exemplo n.º 8
0
 private QueryExpression(XmlQueryExpression q)
 {
     this.qe_ = q;
 }
Exemplo n.º 9
0
 private QueryExpression(XmlQueryExpression q)
 {
     this.qe_ = q;
 }