EdmFunctions.ToUpper(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'ToUpper' com o argumento especificado, que deve ter um tipo de resultado de string. O tipo de resultado da expressão também é 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

Parâmetros

stringArgument
DbExpression

Uma expressão que especifica a cadeia que deve ser convertida para maiúsculas.

Devoluções

Uma nova DbFunctionExpression que devolve o valor de stringArgument convertido para maiúsculas.

Exceções

stringArgument é null.

stringArgument é inválido.

Aplica-se a