C# Class AriDEVParser.SQLOutput.CommandBuilder

Datei anzeigen Open project: AriDEV/AriDEVParser Class Usage Examples

Public Properties

Property Type Description
InsertValues object>>.List
Table string
UpdateValues object>>.List

Public Methods

Method Description
AddColumnValue ( string name, object value ) : void
AddUpdateValue ( string name, object value ) : void
BuildInsert ( bool ignore ) : string
BuildUpdate ( string where ) : string
CommandBuilder ( string table ) : System
EscapeString ( string str ) : string

Method Details

AddColumnValue() public method

public AddColumnValue ( string name, object value ) : void
name string
value object
return void

AddUpdateValue() public method

public AddUpdateValue ( string name, object value ) : void
name string
value object
return void

BuildInsert() public method

public BuildInsert ( bool ignore ) : string
ignore bool
return string

BuildUpdate() public method

public BuildUpdate ( string where ) : string
where string
return string

CommandBuilder() public method

public CommandBuilder ( string table ) : System
table string
return System

EscapeString() public static method

public static EscapeString ( string str ) : string
str string
return string

Property Details

InsertValues public_oe property

public List> InsertValues
return object>>.List

Table public_oe property

public string Table
return string

UpdateValues public_oe property

public List> UpdateValues
return object>>.List