Ejemplo n.º 1
0
 public XQueryCommand(XmlNameTable nameTable)
 {
     m_context = new WorkContext(this, nameTable);
     BaseUri = null;
     SearchPath = null;
     Parameters = new XQueryParameterCollection();
 }
Ejemplo n.º 2
0
 public XQueryCommand(XQueryContext context)
 {
     m_context = context;
     Parameters = new XQueryParameterCollection();
 }