C# Класс Dibware.StoredProcedureFramework.Helpers.Base.SqlFunctionDbCommandCreatorBase

This is the base class which all DbCommand creators for all Sql Functions should inherit from.
Наследование: DbCommandCreatorBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
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