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

IterateContext.HasNext Property

Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)

[Visual Basic]
Public ReadOnly Property HasNext As 
[C#]
public Boolean HasNext {get;}

See Also

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