C# Class Yea.DataTypes.Row

Holds an individual row
ファイルを表示 Open project: OxPatient/Rule-Engine

Private Properties

Property Type Description

Public Methods

Method 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 method

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

this() public method

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

this() public method

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