C# Class MicroLite.Builder.UpdateSqlBuilder

Inheritance: SqlBuilderBase, IUpdate, ISetOrWhere
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
Table ( Type forType ) : ISetOrWhere
Table ( string tableName ) : ISetOrWhere

Private Methods

Méthode Description
Table ( IObjectInfo objectInfo ) : ISetOrWhere
UpdateSqlBuilder ( SqlCharacters sqlCharacters ) : System

Initialises a new instance of the UpdateSqlBuilder class with the starting command text 'UPDATE '.

Method Details

SetColumnValue() public méthode

public SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
columnName string
columnValue object
Résultat ISetOrWhere

Table() public méthode

public Table ( Type forType ) : ISetOrWhere
forType System.Type
Résultat ISetOrWhere

Table() public méthode

public Table ( string tableName ) : ISetOrWhere
tableName string
Résultat ISetOrWhere