| TableManagerSelectFieldNode Method | 
            Selects single field node with the specified attribute value.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static XmlNode SelectFieldNode(
	XmlNode formNode,
	string attributeName,
	string attributeValue
)
Parameters
- formNode
- Type: System.XmlXmlNode
 Xml node with field nodes representing table columns
- attributeName
- Type: SystemString
 Attribute name of the field node to be selected
- attributeValue
- Type: SystemString
 Attribute value of the field node to be selected
Return Value
Type: 
XmlNode See Also
See Also