C# 클래스 Dibware.StoredProcedureFramework.Helpers.Base.SqlFunctionDbCommandCreatorBase

This is the base class which all DbCommand creators for all Sql Functions should inherit from.
상속: DbCommandCreatorBase
파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

보호된 메소드들

메소드 설명
SetCommandTextForCommand ( ) : void

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

SqlFunctionDbCommandCreatorBase ( IDbConnection connection ) : System

메소드 상세

SetCommandTextForCommand() 보호된 메소드

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

SqlFunctionDbCommandCreatorBase() 보호된 메소드

protected SqlFunctionDbCommandCreatorBase ( IDbConnection connection ) : System
connection IDbConnection
리턴 System