C# Class Gribble.TransactSql.Statement

Mostrar archivo Open project: mikeobrien/Gribble Class Usage Examples

Public Properties

Property Type Description
Parameters object>.IDictionary
Result ResultType
Text string
Type StatementType

Public Methods

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

Method Details

MergeParameters() public method

public MergeParameters ( object>.IDictionary parameters ) : Statement
parameters object>.IDictionary
return Statement

Statement() public method

public Statement ( string text, StatementType type, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
parameters object>.IDictionary
return System.Collections.Generic

Statement() public method

public Statement ( string text, StatementType type, ResultType result ) : System.Collections.Generic
text string
type StatementType
result ResultType
return System.Collections.Generic

Statement() public method

public Statement ( string text, StatementType type, ResultType result, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
result ResultType
parameters object>.IDictionary
return System.Collections.Generic

Property Details

Parameters public_oe property

public IDictionary Parameters
return object>.IDictionary

Result public_oe property

public ResultType Result
return ResultType

Text public_oe property

public string Text
return string

Type public_oe property

public StatementType Type
return StatementType