C# Class MySql.Data.Entity.TableFragment

Inheritance: InputFragment
Datei anzeigen 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_oe property

public List Columns
return List

DefiningQuery public_oe property

public SqlFragment,MySql.Data.Entity DefiningQuery
return SqlFragment

Schema public_oe property

public string Schema
return string

Table public_oe property

public string Table
return string

Type public_oe property

public TypeUsage Type
return TypeUsage