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

ResultMapCollection Constructor ()

Constructs a ResultMapCollection. The list is initially empty and has a capacity of zero. Upon adding the first element to the list the capacity is increased to 8, and then increased in multiples of two as required.

[Visual Basic]
Overloads Public Sub New()
[C#]
public ResultMapCollection();

See Also

ResultMapCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace | ResultMapCollection Constructor Overload List