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

IArgumentStrategy Interface

IArgumentStrategy contract to get the value of an argument constructor.

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

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

Types that implement IArgumentStrategy

Type Description
DefaultStrategy IArgumentStrategy implementation when no 'select' or 'resultMapping' attribute exists on a ResultProperty.
ResultMapStrategy IArgumentStrategy implementation when a 'resultMapping' attribute exists on a ArgumentProperty.
SelectArrayStrategy IArgumentStrategy implementation when a 'select' attribute exists on a Array ArgumentProperty
SelectGenericListStrategy IArgumentStrategy implementation when a 'select' attribute exists on an ArgumentProperty and the object property is different from an Array or an IList.
SelectListStrategy IArgumentStrategy implementation when a 'select' attribute exists on a IList ArgumentProperty
SelectObjectStrategy IArgumentStrategy implementation when a 'select' attribute exists on an ArgumentProperty and the object property is different from an Array or an IList.
SelectStrategy IArgumentStrategy implementation when a 'select' attribute exists on a ArgumentProperty

Requirements

Namespace: IBatisNet.DataMapper.MappedStatements.ArgumentStrategy

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

See Also

IArgumentStrategy Members | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace