IResultStrategy contract to process the IDataReader.
For a list of all members of this type, see IResultStrategy Members.
| 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. |
Namespace: IBatisNet.DataMapper.MappedStatements.ResultStrategy
Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)
IResultStrategy Members | IBatisNet.DataMapper.MappedStatements.ResultStrategy Namespace