C# Class MicroLite.Builder.InsertSqlBuilder

Inheritance: SqlBuilderBase, IInsertIntoTable, IInsertColumn, IInsertValue
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
Columns ( ) : IInsertValue
Into ( Type forType ) : IInsertColumn
Into ( string table ) : IInsertColumn
Values ( ) : IToSqlQuery

Private Methods

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

public Columns ( ) : IInsertValue
Résultat IInsertValue

Into() public méthode

public Into ( Type forType ) : IInsertColumn
forType System.Type
Résultat IInsertColumn

Into() public méthode

public Into ( string table ) : IInsertColumn
table string
Résultat IInsertColumn

Values() public méthode

public Values ( ) : IToSqlQuery
Résultat IToSqlQuery