C# Класс Utilities.ORM.Manager.QueryProvider.Default.Command

Command class
Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Command ( Action CallBack, object Object, string SQLCommand, CommandType CommandType, IParameter Parameters ) : System

Constructor

Command ( Action CallBack, object Object, string SQLCommand, CommandType CommandType, string ParameterStarter, object Parameters ) : System

Constructor

Equals ( object obj ) : bool

Determines if the objects are equal

Finalize ( IList Result ) : void

Called after the command is run

GetHashCode ( ) : int

Returns the hash code for the command

ToString ( ) : string

Returns the string representation of the command

Описание методов

Command() публичный Метод

Constructor
public Command ( Action CallBack, object Object, string SQLCommand, CommandType CommandType, IParameter Parameters ) : System
CallBack Action Called when command has been executed
Object object Object
SQLCommand string SQL Command
CommandType CommandType Command type
Parameters IParameter Parameters
Результат System

Command() публичный Метод

Constructor
public Command ( Action CallBack, object Object, string SQLCommand, CommandType CommandType, string ParameterStarter, object Parameters ) : System
CallBack Action Called when command has been executed
Object object Object
SQLCommand string SQL Command
CommandType CommandType Command type
ParameterStarter string Parameter starter
Parameters object Parameters
Результат System

Equals() публичный Метод

Determines if the objects are equal
public Equals ( object obj ) : bool
obj object Object to compare to
Результат bool

Finalize() публичный Метод

Called after the command is run
public Finalize ( IList Result ) : void
Result IList Result of the command
Результат void

GetHashCode() публичный Метод

Returns the hash code for the command
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns the string representation of the command
public ToString ( ) : string
Результат string