C# Class Yea.DataTypes.Table

Holds tabular information
ファイルを表示 Open project: OxPatient/Rule-Engine

Private Properties

Property Type Description

Public Methods

Method Description
AddRow ( ) : Table

Adds a row using the objects passed in

Table ( ) : System

Constructor

Table ( IDataReader Reader ) : System

Constructor

this ( int RowNumber ) : Row

Gets a specific row

Method Details

AddRow() public method

Adds a row using the objects passed in
public AddRow ( ) : Table
return Table

Table() public method

Constructor
public Table ( ) : System
return System

Table() public method

Constructor
public Table ( IDataReader Reader ) : System
Reader IDataReader Data reader to get the data from
return System

this() public method

Gets a specific row
public this ( int RowNumber ) : Row
RowNumber int Row number
return Row