EdmFunctions.Trim(DbExpression) Método
Definição
Cria um DbFunctionExpression que invoca a função 'Trim' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Trim' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ Trim(System::Data::Common::CommandTrees::DbExpression ^ stringArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression Trim (this System.Data.Common.CommandTrees.DbExpression stringArgument);
static member Trim : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Trim (stringArgument As DbExpression) As DbFunctionExpression
Parâmetros
- stringArgument
- DbExpression
Uma expressão que especifica a cadeia de caracteres da qual o espaço à esquerda e o espaço à direita devem ser removidos.An expression that specifies the string from which leading and trailing space should be removed.
Retornos
Um novo DbFunctionExpression que retorna o valor de stringArgument com espaços à esquerda e à direita removidos.A new DbFunctionExpression that returns value of stringArgument with leading and trailing space removed.
Exceções
stringArgumentstringArgument
stringArgumentstringArgument