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

Resources.GetConfigAsXmlDocument Method 

Get config file

[Visual Basic]
Public Shared Function GetConfigAsXmlDocument( _
   ByVal String As String _
) As XmlDocument
[C#]
public static XmlDocument GetConfigAsXmlDocument(
   String resourcePath
);

Parameters

resourcePath
A config resource path.

Return Value

An XmlDocument representation of the config file

See Also

Resources Class | IBatisNet.Common.Utilities Namespace