C# Class WeenyMapper.Sql.SqlClauseBase

Afficher le fichier Open project: erikojebo/WeenyMapper

Méthodes publiques

Méthode Description
AppendTo ( DbCommand command, IDbCommandFactory commandFactory ) : void
InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
InsertWithSpaceAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void

Méthodes protégées

Méthode Description
SqlClauseBase ( ) : System.Collections.Generic

Private Methods

Méthode Description
AppendParameters ( DbCommand command, IDbCommandFactory commandFactory ) : void
InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory, string prefix ) : void

Method Details

AppendTo() public méthode

public AppendTo ( DbCommand command, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
commandFactory IDbCommandFactory
Résultat void

InsertAtMarker() public méthode

public InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
marker string
commandFactory IDbCommandFactory
Résultat void

InsertWithSpaceAtMarker() public méthode

public InsertWithSpaceAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
marker string
commandFactory IDbCommandFactory
Résultat void

SqlClauseBase() protected méthode

protected SqlClauseBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic