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

ResultPropertyCollection.AddRange Method (ResultPropertyCollection)

Add a list of ResultProperty to the collection

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal ResultPropertyCollection As ResultPropertyCollection _
)
[C#]
public void AddRange(
   ResultPropertyCollection value
);

Parameters

value

See Also

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