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

IStatement Members

IStatement overview

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.

Public Instance Methods

CreateInstanceOfGenericListClass Create an instance of a generic 'IList' class.
CreateInstanceOfListClass Create an instance of 'IList' class.

See Also

IStatement Interface | IBatisNet.DataMapper.Configuration.Statements Namespace