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

LazyFactoryBuilder.GetLazyFactory Method 

Get a ILazyLoadProxy for a type, member name

[Visual Basic]
Public Function GetLazyFactory( _
   ByVal Type As Type _
) As ILazyFactory
[C#]
public ILazyFactory GetLazyFactory(
   Type type
);

Parameters

type
The target type which contains the member proxyfied

Return Value

Return the ILazyLoadProxy instance

See Also

LazyFactoryBuilder Class | IBatisNet.DataMapper.Proxy Namespace