메소드 | 설명 | |
---|---|---|
CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter | ||
Format ( |
||
Format ( string commandText, FormatParamValue>.Func |
메소드 | 설명 | |
---|---|---|
SqlQueryFormatterManager ( |
public abstract CreateQueryFormatter ( SqlQueryFormatterOptions options = SqlQueryFormatterOptions.Default ) : SqlQueryFormatter | ||
options | SqlQueryFormatterOptions | |
리턴 | SqlQueryFormatter |
public Format ( |
||
expression | ||
options | SqlQueryFormatterOptions | |
리턴 |
public Format ( string commandText, FormatParamValue>.Func |
||
commandText | string | |
paramNameToValue | FormatParamValue>.Func | |
리턴 | string |
protected SqlQueryFormatterManager ( |
||
sqlDialect | ||
리턴 | System |