DeleteMappedStatement overview
![]() | Name used to identify the MappedStatement amongst the others. This the name of the SQL statement by default. |
![]() | The IPreparedCommand to use |
![]() | The SqlMap used by this MappedStatement |
![]() | The SQL statment used by this MappedStatement |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | 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. |
![]() | Overloaded. |
![]() | 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). |
![]() | |
![]() | Runs a query with a custom object that gets a chance to deal with each row as it is processed. |
![]() | Overloaded. |
![]() | Overloaded. Executes an SQL statement that returns a single row as an Object. |
![]() | Overloaded. |
![]() | Overloaded. Runs a query with a custom object that gets a chance to deal with each row as it is processed. |
![]() | Execute an update statement. Also used for delete statement. Return the number of row effected. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | ToString implementation. |
![]() | Event launch on exceute query |
DeleteMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace