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

ParameterPropertyCollection Constructor (Int32)

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.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Int32 As Integer _
)
[C#]
public ParameterPropertyCollection(
   Int32 capacity
);

Parameters

capacity
The initial capacity of the list

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace | ParameterPropertyCollection Constructor Overload List