[]
Initializes a new instance of the DataRow class with the specified values.
public DataRow(object[] values)
Type | Name | Description |
---|---|---|
object[] | values | The array of the object representing the values of the data row. |
var row = new DataRow(new object[] { 1, "Tea" });
Type | Condition |
---|---|
ArgumentNullException | Thrown when |