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

ResultPropertyCollection.AddRange Method (ResultProperty[])

Add a list of ResultProperty to the collection

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

Parameters

value

See Also

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