DataRowDataRow public class DataRowDataRow : DataRowBase Represents a sql data row. Documentation public DataRow Row { get; } Gets the underlying DataRow. public DataRowDataRow(DataRow row) Initializes a new instance of DataRowDataRow backed by the provided DataRow.