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

PostSelectStrategyFactory.Get Method 

Gets the IPostSelectStrategy.

[Visual Basic]
Public Shared Function Get( _
   ByVal PostBindind.ExecuteMethod As ExecuteMethod _
) As IPostSelectStrategy
[C#]
public static IPostSelectStrategy Get(
   PostBindind.ExecuteMethod method
);

Parameters

method
The PostBindind.ExecuteMethod.

Return Value

The IPostSelectStrategy

See Also

PostSelectStrategyFactory Class | IBatisNet.DataMapper.MappedStatements.PostSelectStrategy Namespace