[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataRow.-ctor

DataRow Constructor

DataRow(object[])

Initializes a new instance of the DataRow class with the specified values.

Declaration
public DataRow(object[] values)
Parameters
Type Name Description
object[] values

The array of the object representing the values of the data row.

Examples
var row = new DataRow(new object[] { 1, "Tea" });
Exceptions
Type Condition
ArgumentNullException

Thrown when values are null.