IArgumentStrategy contract to get the value of an argument constructor.
For a list of all members of this type, see IArgumentStrategy Members.
| 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 |
Namespace: IBatisNet.DataMapper.MappedStatements.ArgumentStrategy
Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)
IArgumentStrategy Members | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace