C# Class MySql.Data.Entity.UpdateStatement

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

Public Properties

Property Type Description
ReturningSelect SelectStatement

Public Methods

Method Description
UpdateStatement ( ) : System.Text
WriteSql ( StringBuilder sql ) : void

Method Details

UpdateStatement() public method

public UpdateStatement ( ) : System.Text
return System.Text

WriteSql() public method

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

Property Details

ReturningSelect public property

public SelectStatement,MySql.Data.Entity ReturningSelect
return SelectStatement