C# Class MicroLite.Builder.UpdateSqlBuilder

Inheritance: SqlBuilderBase, IUpdate, ISetOrWhere
Show file Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
Table ( Type forType ) : ISetOrWhere
Table ( string tableName ) : ISetOrWhere

Private Methods

Method 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 method

public SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
columnName string
columnValue object
return ISetOrWhere

Table() public method

public Table ( Type forType ) : ISetOrWhere
forType System.Type
return ISetOrWhere

Table() public method

public Table ( string tableName ) : ISetOrWhere
tableName string
return ISetOrWhere