EdmFunctions.ToLower(DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto DbFunctionExpression che richiama la funzione canonica "ToLower" 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 ToLower (this System.Data.Entity.Core.Common.CommandTrees.DbExpression stringArgument);
static member ToLower : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function ToLower (stringArgument As DbExpression) As DbFunctionExpression
Parametri
- stringArgument
- DbExpression
Espressione che specifica la stringa che deve essere convertita in lettere minuscole.
Restituisce
Nuovo oggetto DbFunctionExpression che restituisce il valore di stringArgument convertito in lettere minuscole.