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
Show file Open project: dibley1973/StoredProcedureFramework

Protected Methods

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

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

SqlFunctionDbCommandCreatorBase() protected method

protected SqlFunctionDbCommandCreatorBase ( IDbConnection connection ) : System
connection IDbConnection
return System