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

IMappedStatement Properties

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

Public Instance Properties

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

See Also

IMappedStatement Interface | IBatisNet.DataMapper.MappedStatements Namespace