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

ResultProperty Properties

The properties of the ResultProperty class are listed below. For a complete list of ResultProperty class members, see the ResultProperty Members topic.

Public Instance Properties

ArgumentStrategy Sets or gets the IArgumentStrategy used to fill the object property.
CallBackName Specify the custom type handlers to used.
CLRType Specify the CLR type of the result.
ColumnIndex Column Index
ColumnName Column Name
DbType Give an entry in the 'DbType' enumeration
HasNullValue Tell if a nullValue is defined.
IsComplexMemberName Indicate if we have a complex member name as [FavouriteLineItem.Id]
IsGenericIList Tell us if the member type implement generic Ilist interface.
IsIList Tell us if the member type implement Ilist interface.
IsLazyLoad Tell us if we must lazy load this property..
LazyFactory The lazy loader factory
ListFactory List factory for IList property
MemberType Get the field/property type
NestedResultMap A nested ResultMap use to set a property
NestedResultMapName The name of a nested ResultMap to set the property
NullValue Null value replacement.
PropertyName The property name used to identify the property amongst the others.
PropertyStrategy Sets or gets the IPropertyStrategy used to fill the object property.
Select The name of the statement to retrieve the property
SetAccessor Defines a field/property ISetAccessor
TypeHandler The typeHandler used to work with the result property.

See Also

ResultProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace