Method | Description | |
---|---|---|
CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter | ||
Format ( |
||
Format ( string commandText, FormatParamValue>.Func |
Method | Description | |
---|---|---|
SqlQueryFormatterManager ( |
public abstract CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter | ||
options | SqlQueryFormatterOptions | |
return | SqlQueryFormatter |
public Format ( |
||
expression | ||
options | SqlQueryFormatterOptions | |
return |
public Format ( string commandText, FormatParamValue>.Func |
||
commandText | string | |
paramNameToValue | FormatParamValue>.Func | |
return | string |
protected SqlQueryFormatterManager ( |
||
sqlDialect | ||
return | System |