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

MappedStatement Properties

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

Public Instance Properties

Id Name used to identify the MappedStatement amongst the others. This the name of the SQL statement by default.
PreparedCommand The IPreparedCommand to use
SqlMap The SqlMap used by this MappedStatement
Statement The SQL statment used by this MappedStatement

See Also

MappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace