C# Class MySql.Data.Entity.TableFragment

Inheritance: InputFragment
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
Columns List
DefiningQuery SqlFragment
Schema string
Table string
Type TypeUsage

Public Methods

Method Description
TableFragment ( ) : System
WriteSql ( StringBuilder sql ) : void

Method Details

TableFragment() public method

public TableFragment ( ) : System
return System

WriteSql() public method

public WriteSql ( StringBuilder sql ) : void
sql StringBuilder
return void

Property Details

Columns public property

public List Columns
return List

DefiningQuery public property

public SqlFragment,MySql.Data.Entity DefiningQuery
return SqlFragment

Schema public property

public string Schema
return string

Table public property

public string Table
return string

Type public property

public TypeUsage Type
return TypeUsage