C# 클래스 DataAccessFramework.Querying.QueryTable

Represents a table used in a query.
상속: TableBase
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework 1 사용 예제들

공개 메소드들

메소드 설명
Field ( string name ) : FieldReference

Creatse a new FieldReference for a field on this table

QueryTable ( string tableName ) : System.Collections.Generic

Creates a new QueryTable instance.

ToString ( ) : string

Creates a string representation of data table.

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext sqlContext ) : void

메소드 상세

Field() 공개 메소드

Creatse a new FieldReference for a field on this table
public Field ( string name ) : FieldReference
name string The name of the field
리턴 FieldReference

QueryTable() 공개 메소드

Creates a new QueryTable instance.
public QueryTable ( string tableName ) : System.Collections.Generic
tableName string
리턴 System.Collections.Generic

ToString() 공개 메소드

Creates a string representation of data table.
public ToString ( ) : string
리턴 string