C# Class MySql.Data.Entity.FunctionFragment

Inheritance: SqlFragment
Datei anzeigen Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Properties

Property Type Description
Argmument SqlFragment
Distinct bool
Name string
Quoted 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

Argmument public_oe property

public SqlFragment,MySql.Data.Entity Argmument
return SqlFragment

Distinct public_oe property

public bool Distinct
return bool

Name public_oe property

public string Name
return string

Quoted public_oe property

public bool Quoted
return bool