Property | Type | Description | |
---|---|---|---|
ParameterIndexToPlaceholderIndexes | int>.Dictionary | ||
PlaceholderIndexToParameterIndex | int>.Dictionary |
Method | Description | |
---|---|---|
ChangeParameterValues ( IEnumerable |
||
ChangeParameterValues ( object values ) : |
||
SqlQueryFormatResult ( SqlQueryFormatter formatter, string commandText, IEnumerable |
||
SqlQueryFormatResult ( SqlQueryFormatter formatter, string commandText, IReadOnlyList |
Method | Description | |
---|---|---|
SqlQueryFormatResult ( SqlQueryFormatter formatter, string commandText, IReadOnlyList |
public ChangeParameterValues ( IEnumerable |
||
values | IEnumerable |
|
return |
public ChangeParameterValues ( object values ) : |
||
values | object | |
return |
public SqlQueryFormatResult ( SqlQueryFormatter formatter, string commandText, IEnumerable |
||
formatter | SqlQueryFormatter | |
commandText | string | |
parameterValues | IEnumerable |
|
parameterIndexToPlaceholderIndexes | int>.IReadOnlyList | |
return | System.Collections.Generic |
public SqlQueryFormatResult ( SqlQueryFormatter formatter, string commandText, IReadOnlyList |
||
formatter | SqlQueryFormatter | |
commandText | string | |
parameterValues | IReadOnlyList |
|
parameterIndexToPlaceholderIndexes | int>.IReadOnlyList | |
return | System.Collections.Generic |
public Dictionary |
||
return | int>.Dictionary |