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

SelectStrategy Constructor 

Initializes a new instance of the SelectStrategy class.

[Visual Basic]
Public Sub New( _
   ByVal ResultProperty As ResultProperty, _
   ByVal IArgumentStrategy As IArgumentStrategy, _
   ByVal IArgumentStrategy As IArgumentStrategy, _
   ByVal IArgumentStrategy As IArgumentStrategy, _
   ByVal IArgumentStrategy As IArgumentStrategy _
)
[C#]
public SelectStrategy(
   ResultProperty mapping,
   IArgumentStrategy selectArrayStrategy,
   IArgumentStrategy selectGenericListStrategy,
   IArgumentStrategy selectListStrategy,
   IArgumentStrategy selectObjectStrategy
);

Parameters

mapping
The mapping.
selectArrayStrategy
The select array strategy.
selectGenericListStrategy
The select generic list strategy.
selectListStrategy
The select list strategy.
selectObjectStrategy
The select object strategy.

See Also

SelectStrategy Class | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace