C# Class AriDEVParser.SQLOutput.CommandBuilder

Afficher le fichier Open project: AriDEV/AriDEVParser Class Usage Examples

Méthodes publiques

Свойство Type Description
InsertValues object>>.List
Table string
UpdateValues object>>.List

Méthodes publiques

Méthode 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 méthode

public AddColumnValue ( string name, object value ) : void
name string
value object
Résultat void

AddUpdateValue() public méthode

public AddUpdateValue ( string name, object value ) : void
name string
value object
Résultat void

BuildInsert() public méthode

public BuildInsert ( bool ignore ) : string
ignore bool
Résultat string

BuildUpdate() public méthode

public BuildUpdate ( string where ) : string
where string
Résultat string

CommandBuilder() public méthode

public CommandBuilder ( string table ) : System
table string
Résultat System

EscapeString() public static méthode

public static EscapeString ( string str ) : string
str string
Résultat string

Property Details

InsertValues public_oe property

public List> InsertValues
Résultat object>>.List

Table public_oe property

public string Table
Résultat string

UpdateValues public_oe property

public List> UpdateValues
Résultat object>>.List