C# Class MySql.Data.Entity.BinaryFragment

Inheritance: NegatableFragment
显示文件 Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Properties

Property Type Description
Left SqlFragment
Operator string
Right SqlFragment
WrapLeft bool
WrapRight bool

Public Methods

Method Description
WriteSql ( StringBuilder sql ) : void

Method Details

WriteSql() public method

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

Property Details

Left public_oe property

public SqlFragment,MySql.Data.Entity Left
return SqlFragment

Operator public_oe property

public string Operator
return string

Right public_oe property

public SqlFragment,MySql.Data.Entity Right
return SqlFragment

WrapLeft public_oe property

public bool WrapLeft
return bool

WrapRight public_oe property

public bool WrapRight
return bool