C# Class MicroLite.Builder.InsertSqlBuilder

Inheritance: SqlBuilderBase, IInsertIntoTable, IInsertColumn, IInsertValue
Show file Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
Columns ( ) : IInsertValue
Into ( Type forType ) : IInsertColumn
Into ( string table ) : IInsertColumn
Values ( ) : IToSqlQuery

Private Methods

Method Description
InsertSqlBuilder ( SqlCharacters sqlCharacters ) : System

Initialises a new instance of the InsertSqlBuilder class with the starting command text 'INSERT INTO '.

Into ( IObjectInfo objectInfo ) : IInsertColumn

Method Details

Columns() public method

public Columns ( ) : IInsertValue
return IInsertValue

Into() public method

public Into ( Type forType ) : IInsertColumn
forType System.Type
return IInsertColumn

Into() public method

public Into ( string table ) : IInsertColumn
table string
return IInsertColumn

Values() public method

public Values ( ) : IToSqlQuery
return IToSqlQuery