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

ArgumentStrategyFactory.Get Method 

Finds the IArgumentStrategy.

[Visual Basic]
Public Shared Function Get( _
   ByVal ArgumentProperty As ArgumentProperty _
) As IArgumentStrategy
[C#]
public static IArgumentStrategy Get(
   ArgumentProperty mapping
);

Parameters

mapping
The ArgumentProperty.

Return Value

The IArgumentStrategy

See Also

ArgumentStrategyFactory Class | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace