C# 클래스 Yea.DataTypes.Row

Holds an individual row
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Row() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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