C# Класс Gribble.TransactSql.Statement

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Parameters object>.IDictionary
Result ResultType
Text string
Type StatementType

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

Метод Описание
MergeParameters ( object>.IDictionary parameters ) : Statement
Statement ( string text, StatementType type, object>.IDictionary parameters ) : System.Collections.Generic
Statement ( string text, StatementType type, ResultType result ) : System.Collections.Generic
Statement ( string text, StatementType type, ResultType result, object>.IDictionary parameters ) : System.Collections.Generic

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

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

public MergeParameters ( object>.IDictionary parameters ) : Statement
parameters object>.IDictionary
Результат Statement

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

public Statement ( string text, StatementType type, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
parameters object>.IDictionary
Результат System.Collections.Generic

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

public Statement ( string text, StatementType type, ResultType result ) : System.Collections.Generic
text string
type StatementType
result ResultType
Результат System.Collections.Generic

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

public Statement ( string text, StatementType type, ResultType result, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
result ResultType
parameters object>.IDictionary
Результат System.Collections.Generic

Описание свойств

Parameters публичное свойство

public IDictionary Parameters
Результат object>.IDictionary

Result публичное свойство

public ResultType Result
Результат ResultType

Text публичное свойство

public string Text
Результат string

Type публичное свойство

public StatementType Type
Результат StatementType