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

ResultPropertyCollection Constructor

Constructs a ResultPropertyCollection. 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.

Overload List

Constructs a ResultPropertyCollection. 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.

public ResultPropertyCollection();

Constructs a ResultPropertyCollection with a given initial capacity. The list is initially empty, but will have room for the given number of elements before any reallocations are required.

public ResultPropertyCollection(Int32);

See Also

ResultPropertyCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace