Sdílet prostřednictvím


EdmFunctions.ToLower(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'ToLower' funkce se zadaným argumentem, který musí mít typ výsledku řetězce. Typ výsledku výrazu je také řetězec.

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

Parametry

stringArgument
DbExpression

Výraz, který určuje řetězec, který má být převeden na malá písmena.

Návraty

Nový DbFunctionExpression, který vrací hodnotu stringArgument převedené na malá písmena.

Platí pro