C# Class DataAccessFramework.Querying.QueryTable

Represents a table used in a query.
Inheritance: TableBase
Afficher le fichier Open project: PeteProgrammer/DataAccessFramework Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BuildSql ( BuildSqlContext sqlContext ) : void

Method Details

Field() public méthode

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

QueryTable() public méthode

Creates a new QueryTable instance.
public QueryTable ( string tableName ) : System.Collections.Generic
tableName string
Résultat System.Collections.Generic

ToString() public méthode

Creates a string representation of data table.
public ToString ( ) : string
Résultat string