C# Class Yea.DataTypes.Table

Holds tabular information
Afficher le fichier Open project: OxPatient/Rule-Engine

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds a row using the objects passed in
public AddRow ( ) : Table
Résultat Table

Table() public méthode

Constructor
public Table ( ) : System
Résultat System

Table() public méthode

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

this() public méthode

Gets a specific row
public this ( int RowNumber ) : Row
RowNumber int Row number
Résultat Row