Adds a
DataRow object to the
DataRowCollection.
Syntax
'Declaration
Public Function Add( _
ByVal As DataRow _
) As Integer
public int Add(
DataRow
)
Parameters
- value
- The DataRow object to add to the collection.
Return Value
A new DataRow object.
See Also