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

AnsiStringTypeHandler Methods

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

Public Instance Methods

Equals (inherited from BaseTypeHandler)Overloaded. Compares two values (that this handler deals with) for equality
Equals (inherited from Object)Overloaded. Determines whether the specified Object is equal to the current Object.
GetDataBaseValue Retrieve ouput database value of an output parameter
GetHashCode (inherited from Object)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.
GetValueByIndex Gets a column value by the index
GetValueByName Gets a column value by the name
SetParameter Sets a parameter on a IDbCommand
ToString (inherited from Object)Returns a String that represents the current Object.
ValueOf Converts the String to the type that this handler deals with

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

AnsiStringTypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace