C# Class MicroLite.Builder.DeleteSqlBuilder

Inheritance: WriteSqlBuilderBase, IDeleteFrom
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
From ( Type forType ) : IWhere
From ( string table ) : IWhere

Private Methods

Méthode Description
DeleteSqlBuilder ( SqlCharacters sqlCharacters ) : System

Initialises a new instance of the DeleteSqlBuilder class with the starting command text 'DELETE FROM '.

From ( IObjectInfo objectInfo ) : IWhere

Method Details

From() public méthode

public From ( Type forType ) : IWhere
forType System.Type
Résultat IWhere

From() public méthode

public From ( string table ) : IWhere
table string
Résultat IWhere