C# 클래스 AccessProviderSample.DatabaseTableInfo

Contains information specific to the database table. Similar to the DirectoryInfo class.
파일 보기 프로젝트 열기: Huddle/Puddle 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns ) : System

Constructor.

메소드 상세

DatabaseTableInfo() 공개 메소드

Constructor.
public DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns ) : System
row System.Data.DataRow The row definition.
name string The table name.
rowCount int The number of rows in the table.
columns System.Data.DataColumnCollection Information on the column tables.
리턴 System