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

UpdateMappedStatement Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExecuteInsert
ExecuteQueryForDictionary (inherited from MappedStatement)Overloaded. Executes the SQL and retuns all rows selected in a map that is keyed on the property named in the keyProperty parameter. The value at each key will be the value of the property specified in the valueProperty parameter. If valueProperty is null, the entire result object will be entered.
ExecuteQueryForListOverloaded.
ExecuteQueryForList (inherited from MappedStatement)Overloaded. Executes the SQL and retuns all rows selected. This is exactly the same as calling ExecuteQueryForList(session, parameterObject, NO_SKIPPED_RESULTS, NO_MAXIMUM_RESULTS).
ExecuteQueryForMap
ExecuteQueryForMapWithRowDelegate Runs a query with a custom object that gets a chance to deal with each row as it is processed.
ExecuteQueryForObjectOverloaded.
ExecuteQueryForObject (inherited from MappedStatement)Overloaded. Executes an SQL statement that returns a single row as an Object.
ExecuteQueryForRowDelegateOverloaded.
ExecuteQueryForRowDelegate (inherited from MappedStatement)Overloaded. Runs a query with a custom object that gets a chance to deal with each row as it is processed.
ExecuteUpdate (inherited from MappedStatement) Execute an update statement. Also used for delete statement. Return the number of row effected.
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.
ToString (inherited from MappedStatement) ToString implementation.

See Also

UpdateMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace