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

IResultStrategy Interface

IResultStrategy contract to process the IDataReader.

For a list of all members of this type, see IResultStrategy Members.

[Visual Basic]
Public Interface IResultStrategy
[C#]
public interface IResultStrategy

Types that implement IResultStrategy

Type Description
AutoMapStrategy IResultStrategy implementation used when implicit 'ResultMap'.
DictionaryStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is IDictionary.
GroupByStrategy IResultStrategy implementation when a 'groupBy' attribute is specified on the resultMap tag.
ListStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is IList.
MapStrategy Delegates on the ResultMapStrategy or on the GroupByStrategy implementation if a grouBy attribute is specify on the resultMap tag.
ObjectStrategy IResultStrategy implementation when no 'resultClass' attribute is specified.
ResultClassStrategy IResultStrategy implementation when a 'resultClass' attribute is specified.
ResultMapStrategy IResultStrategy implementation when a 'resultMap' attribute is specified.
SimpleTypeStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is primitive.

Requirements

Namespace: IBatisNet.DataMapper.MappedStatements.ResultStrategy

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

IResultStrategy Members | IBatisNet.DataMapper.MappedStatements.ResultStrategy Namespace