Udostępnij za pośrednictwem


EdmFunctions.ToLower(DbExpression) Metoda

Definicja

Tworzy element DbFunctionExpression , który wywołuje kanoniczną funkcję "ToLower" z określonym argumentem, który musi mieć typ wyniku ciągu. Typ wyniku wyrażenia jest również ciągiem.

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

Parametry

stringArgument
DbExpression

Wyrażenie określające ciąg, który ma zostać przekonwertowany na małe litery.

Zwraca

Nowa funkcja DbFunctionExpression zwracająca stringArgument wartość przekonwertowaną na małe litery.

Wyjątki

stringArgument to null.

Nazwa stringArgument jest niepoprawna.

Dotyczy