C# Class MySql.Data.Entity.JoinFragment

Inheritance: InputFragment
Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Properties

Property Type Description
Condition SqlFragment
JoinType string

Public Methods

Method Description
WriteInnerSql ( StringBuilder sql ) : void

Method Details

WriteInnerSql() public method

public WriteInnerSql ( StringBuilder sql ) : void
sql System.Text.StringBuilder
return void

Property Details

Condition public property

public SqlFragment,MySql.Data.Entity Condition
return SqlFragment

JoinType public property

public string JoinType
return string