C# Class DataAccessFramework.Querying.QueryTable

Represents a table used in a query.
Inheritance: TableBase
显示文件 Open project: PeteProgrammer/DataAccessFramework Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
BuildSql ( BuildSqlContext sqlContext ) : void

Method Details

Field() public method

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

QueryTable() public method

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

ToString() public method

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