C# Class MySql.Data.Entity.BinaryFragment

Inheritance: NegatableFragment
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Свойство Type Description
Left SqlFragment
Operator string
Right SqlFragment
WrapLeft bool
WrapRight bool

Méthodes publiques

Méthode Description
WriteSql ( StringBuilder sql ) : void

Method Details

WriteSql() public méthode

public WriteSql ( StringBuilder sql ) : void
sql StringBuilder
Résultat void

Property Details

Left public_oe property

public SqlFragment,MySql.Data.Entity Left
Résultat SqlFragment

Operator public_oe property

public string Operator
Résultat string

Right public_oe property

public SqlFragment,MySql.Data.Entity Right
Résultat SqlFragment

WrapLeft public_oe property

public bool WrapLeft
Résultat bool

WrapRight public_oe property

public bool WrapRight
Résultat bool