コード例 #1
0
 public XQueryCommand(XmlNameTable nameTable)
 {
     m_context = new WorkContext(this, nameTable);
     BaseUri = null;
     SearchPath = null;
     Parameters = new XQueryParameterCollection();
 }
コード例 #2
0
 public XQueryCommand(XQueryContext context)
 {
     m_context = context;
     Parameters = new XQueryParameterCollection();
 }