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

IPostSelectStrategy Interface

IPostSelectStrategy contract to excute a 'select' ResultProperty after the process of the main IDataReader

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

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

Types that implement IPostSelectStrategy

Type Description
ArrayStrategy IPostSelectStrategy implementation to exceute a query for Array.
GenericListStrategy IPostSelectStrategy implementation to exceute a query generic list.
ListStrategy IPostSelectStrategy implementation to exceute a query for list.
ObjectStrategy IPostSelectStrategy implementation to exceute a query for object.
StrongTypedListStrategy IPostSelectStrategy implementation to exceute a query for strong typed list.

Requirements

Namespace: IBatisNet.DataMapper.MappedStatements.PostSelectStrategy

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

See Also

IPostSelectStrategy Members | IBatisNet.DataMapper.MappedStatements.PostSelectStrategy Namespace