EdmFunctions.ToUpper(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'ToUpper' canonica con l'argomento specificato, che deve avere un tipo di risultato stringa. Anche il tipo di risultato dell'espressione è string.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ ToUpper(System::Data::Common::CommandTrees::DbExpression ^ stringArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression ToUpper(this System.Data.Common.CommandTrees.DbExpression stringArgument);
static member ToUpper : System.Data.Common.CommandTrees.DbExpression -> System.Data.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.

Valori restituiti

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

Eccezioni

stringArgument è null.

stringArgument non è valido.

Si applica a