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

ParameterPropertyCollection Constructor

Constructs a ParameterProperty collection. 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 ParameterProperty collection. 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 ParameterPropertyCollection();

Constructs a ParameterPropertyCollection 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 ParameterPropertyCollection(Int32);

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace