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

IDaoSessionHandler.Configure Method 

[Visual Basic]
Sub Configure( _
   ByVal NameValueCollection As NameValueCollection, _
   ByVal IDictionary As IDictionary _
)
[C#]
void Configure(
   NameValueCollection properties,
   IDictionary resources
);

Parameters

properties
The properties scope
resources
A collection of object useful to init

See Also

IDaoSessionHandler Interface | IBatisNet.DataAccess.Interfaces Namespace