Click or drag to resize

DataFrameAddRow Method

Overload List
 NameDescription
Public methodAddRow(DataRow) Adds the data from the given DataRow to this data frame.
Public methodAddRow(ICollection) Adds a row to this data frame using default row key (this.Rows + 1).
Public methodAddRow(Int32, DataRow) Adds the data from the given DataRow using the specified column in the row as the row key.
Public methodAddRow(Object, DoubleVector) Adds a row to this data frame.
Public methodAddRow(Object, ICollection) Adds a row to this data frame.
Public methodAddRow(Object, IDictionary) Adds a row to this data frame from the given dictionary.
Public methodAddRow(Object, DataRow) Adds the data from the given DataRow using the given row key.
Public methodAddRow(Object, Object) Adds a row to this data frame.
Top
See Also