Метод | Описание | |
---|---|---|
Translate ( |
Translates the dbExpression into a DbTranslateResult instance.
|
Метод | Описание | |
---|---|---|
CreateParameter ( string name, object value ) : void |
Creates a new IDataParameter used in the result of the query translation.
|
|
DbQueryTranslator ( System.Data.Common.DbProviderFactory providerFactory ) : System.Collections.Generic |
Initializes a new instance of the DbQueryTranslator class.
|
|
QuoteIdentifier ( string unquotedIdentifier ) : string |
Quotes the unquotedIdentifier.
|
protected CreateParameter ( string name, object value ) : void | ||
name | string | The name of the parameter. |
value | object | The parameter value. |
Результат | void |
protected DbQueryTranslator ( System.Data.Common.DbProviderFactory providerFactory ) : System.Collections.Generic | ||
providerFactory | System.Data.Common.DbProviderFactory | |
Результат | System.Collections.Generic |
protected QuoteIdentifier ( string unquotedIdentifier ) : string | ||
unquotedIdentifier | string | The original unquoted identifier. |
Результат | string |
public Translate ( |
||
dbExpression | The |
|
Результат |