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

Resources.GetValueOfNodeResourceUrl Method 

Get the path resource of an url or resource location.

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

Parameters

node
The specification from where to load.
properties
the global properties

Return Value

See Also

Resources Class | IBatisNet.Common.Utilities Namespace