C# 클래스 Adf.Core.Data.TableDescriber

상속: ITable
파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( ITable other ) : bool
New ( string tableName, DataSources datasource ) : TableDescriber

Creates a new instance of the TableDescriber class with the specified table name and DataSources object.

TableDescriber ( string tableName, DataSources datasource ) : System

Initializes a new instance of the TableDescriber class with the specified table name and DataSources object.

ToString ( ) : string

Returns a table name.

메소드 상세

Equals() 공개 메소드

public Equals ( ITable other ) : bool
other ITable
리턴 bool

New() 공개 정적인 메소드

Creates a new instance of the TableDescriber class with the specified table name and DataSources object.
public static New ( string tableName, DataSources datasource ) : TableDescriber
tableName string The name of a table.
datasource DataSources Initialize the connection by .
리턴 TableDescriber

TableDescriber() 공개 메소드

Initializes a new instance of the TableDescriber class with the specified table name and DataSources object.
public TableDescriber ( string tableName, DataSources datasource ) : System
tableName string The name of a table.
datasource DataSources Initialize the connection by .
리턴 System

ToString() 공개 메소드

Returns a table name.
public ToString ( ) : string
리턴 string