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.

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

See Also

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