Skip to main content
.NET Framework Class Library
XPathBinder..::.Select Method





Uses an XPath data-binding expression at run time to return a list of nodes.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberSelect(Object, String)Uses an XPath data-binding expression at run time to return a list of nodes.
Public methodStatic memberSelect(Object, String, IXmlNamespaceResolver)Uses an XPath data-binding expression at run time to return a list of nodes, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression.
Top
Remarks

You can use the overloaded Select method declaratively if you want to simplify the retrieval of a set of nodes using an XPath query. To do so, you must place the <%# and %> tags, which are also used in standard ASP.NET data binding, around the XPath query.