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

ParameterProperty Members

ParameterProperty overview

Public Instance Constructors

ParameterProperty Constructor Constructor

Public Instance Properties

CallBackName Specify the custom type handlers to used.
CLRType Specify the CLR type of the parameter.
ColumnName Column Name for output parameter in store proccedure.
DbType Give an entry in the 'DbType' enumeration
Direction Indicate the direction of the parameter.
DirectionAttribute The direction attribute of the XML parameter.
GetAccessor Defines a field/property get accessor
HasNullValue Tell if a nullValue is defined._nullValue!=null
IsComplexMemberName Indicate if we have a complex member name as [avouriteLineItem.Id]
NullValue Null value replacement.
Precision Column Precision.
PropertyName Property name used to identify the property amongst the others.
Scale Column Scale.
Size Column size.
TypeHandler The typeHandler used to work with the parameter.

Public Instance Methods

Clone Clones this instance.
Equals Determines whether the specified Object is equal to the current Object.
GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize Initializes the parameter property
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ParameterProperty Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace