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

ILazyFactory.CreateProxy Method 

Create a new proxy instance.

[Visual Basic]
Function CreateProxy( _
   ByVal IMappedStatement As IMappedStatement, _
   ByVal Object As Object, _
   ByVal Object As Object, _
   ByVal ISetAccessor As ISetAccessor _
) As Object
[C#]
object CreateProxy(
   IMappedStatement mappedStatement,
   Object param,
   Object target,
   ISetAccessor setAccessor
);

Parameters

mappedStatement
The mapped statement.
param
The param.
target
The target.
setAccessor
The set accessor.

Return Value

Returns a new proxy.

See Also

ILazyFactory Interface | IBatisNet.DataMapper.Proxy Namespace