Condividi tramite


EdmFunctions.ToUpper(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione canonica "ToUpper" con l'argomento specificato, che deve avere una stringa come tipo di risultato. Il risultato dell'espressione è anche di tipo stringa.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression ToUpper (this System.Data.Entity.Core.Common.CommandTrees.DbExpression stringArgument);
static member ToUpper : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function ToUpper (stringArgument As DbExpression) As DbFunctionExpression

Parametri

stringArgument
DbExpression

Espressione che specifica la stringa che deve essere convertita in lettere maiuscole.

Restituisce

Nuovo oggetto DbFunctionExpression che restituisce il valore di stringArgument convertito in lettere maiuscole.

Si applica a