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

IterateContext Properties

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

Public Instance Properties

Current Gets the current element in the collection.
HasNext Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)
Index Gets the index of the current element in the collection.
IsFirst Return true if the current element is the first.
IsLast Return true if the current element is the last.

See Also

IterateContext Class | IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers Namespace