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

ResultPropertyCollection.RemoveAt Method 

Removes a ResultProperty at the given index. The size of the list is decreased by one.

[Visual Basic]
Public Sub RemoveAt( _
   ByVal Int32 As Integer _
)
[C#]
public void RemoveAt(
   Int32 index
);

Parameters

index

See Also

ResultPropertyCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace