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

IStatement Properties

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

Public Instance Properties

AllowRemapping Allow remapping of dynamic SQL
CacheModel The CacheModel used by this statement.
CacheModelName The CacheModel name to use.
CommandType The type of the statement (text or procedure).
ExtendStatement Extend statement attribute
Id Identifier used to identify the statement amongst the others.
ListClass The list class type to use for strongly typed collection.
ParameterClass The parameter class type to used.
ParameterMap The parameterMap used by the statement.
ResultClass The result class type to used.
ResultsMap The ResultMaps used by the statement.
Sql The sql statement to execute.

See Also

IStatement Interface | IBatisNet.DataMapper.Configuration.Statements Namespace