iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

Resources.GetAsXmlDocument Method 

Load an XML resource from a location specify by the node.

[Visual Basic]
Public Shared Function GetAsXmlDocument( _
   ByVal XmlNode As XmlNode, _
   ByVal NameValueCollection As NameValueCollection _
) As XmlDocument
[C#]
public static XmlDocument GetAsXmlDocument(
   XmlNode node,
   NameValueCollection properties
);

Parameters

node
An location node
properties
the global properties

Return Value

Return the Xml document load.

See Also

Resources Class | IBatisNet.Common.Utilities Namespace