C# Class Yea.DataTypes.Row

Holds an individual row
Afficher le fichier Open project: OxPatient/Rule-Engine

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Row ( Hashtable ColumnNameHash, string ColumnNames ) : System

Constructor

this ( int Column ) : object

Returns a column based on the value specified

this ( string ColumnName ) : object

Returns a column based on the column name specified

Method Details

Row() public méthode

Constructor
public Row ( Hashtable ColumnNameHash, string ColumnNames ) : System
ColumnNameHash System.Collections.Hashtable Column name hash
ColumnNames string Column names
Résultat System

this() public méthode

Returns a column based on the value specified
public this ( int Column ) : object
Column int Column number
Résultat object

this() public méthode

Returns a column based on the column name specified
public this ( string ColumnName ) : object
ColumnName string Column name to search for
Résultat object