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

FactoryLogAdapter Constructor 

Initializes a new instance of the FactoryLogAdapter class.

[Visual Basic]
Public Sub New( _
   ByVal Type As Type, _
   ByVal Type[] As Type(), _
   ByVal IFactory As IFactory _
)
[C#]
public FactoryLogAdapter(
   Type type,
   Type[] paramtersTypes,
   IFactory factory
);

Parameters

type
The type.
paramtersTypes
The paramters types.
factory
The factory.

See Also

FactoryLogAdapter Class | IBatisNet.Common.Utilities.Objects Namespace