C# Class MicroLite.Builder.DeleteSqlBuilder

Inheritance: WriteSqlBuilderBase, IDeleteFrom
Mostrar archivo Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
From ( Type forType ) : IWhere
From ( string table ) : IWhere

Private Methods

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

public From ( Type forType ) : IWhere
forType System.Type
return IWhere

From() public method

public From ( string table ) : IWhere
table string
return IWhere