Adds a
DataRow object to the
DataRowCollection.
Syntax
'Declaration
Public Sub Add( _
ByVal As DataRow _
)
public void Add(
DataRow
)
Parameters
- item
- The object to be added to the end of the Collection. The value can be null for reference types.
See Also