EdmFunctions.TrimStart(DbExpression) Metodo

Definizione

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ TrimStart(System::Data::Common::CommandTrees::DbExpression ^ stringArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression TrimStart (this System.Data.Common.CommandTrees.DbExpression stringArgument);
static member TrimStart : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function TrimStart (stringArgument As DbExpression) As DbFunctionExpression

Parametri

stringArgument
DbExpression

Espressione che specifica la stringa da cui rimuovere lo spazio iniziale.

Restituisce

DbFunctionExpression

Nuovo DbFunctionExpression che restituisce il valore di con stringArgument lo spazio iniziale rimosso.

Eccezioni

stringArgument è null.

stringArgument non è valido.

Si applica a