C# Class Dibware.StoredProcedureFramework.Helpers.Base.SqlFunctionDbCommandCreatorBase

This is the base class which all DbCommand creators for all Sql Functions should inherit from.
Inheritance: DbCommandCreatorBase
Afficher le fichier Open project: dibley1973/StoredProcedureFramework

Méthodes protégées

Méthode Description
SetCommandTextForCommand ( ) : void

Sets the command text for the command using the string format set in the FunctionCommandTextFormat property.

SqlFunctionDbCommandCreatorBase ( IDbConnection connection ) : System

Method Details

SetCommandTextForCommand() protected méthode

Sets the command text for the command using the string format set in the FunctionCommandTextFormat property.
protected SetCommandTextForCommand ( ) : void
Résultat void

SqlFunctionDbCommandCreatorBase() protected méthode

protected SqlFunctionDbCommandCreatorBase ( IDbConnection connection ) : System
connection IDbConnection
Résultat System