DataRowView

Inheritance: java.lang.Object

public class DataRowView

Represents a customized view of a DataRow.

Constructors

ConstructorDescription
DataRowView(System.Data.DataView view, System.Data.DataRow row)Initializes a new instance of this class.

Methods

MethodDescription
getRow()Gets the DataRow being viewed.

DataRowView(System.Data.DataView view, System.Data.DataRow row)

public DataRowView(System.Data.DataView view, System.Data.DataRow row)

Initializes a new instance of this class.

Parameters:

ParameterTypeDescription
viewDataView
rowDataRow

getRow()

public System.Data.DataRow getRow()

Gets the DataRow being viewed.

Returns: DataRow - The DataRow being viewed by the DataRowView.