Udostępnij za pośrednictwem


EdmFunctions.Left(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "Left" z określonymi argumentami, które muszą mieć ciąg i typ wyniku liczbowego liczb całkowitych. Typ wyniku wyrażenia to ciąg.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Left (this System.Data.Entity.Core.Common.CommandTrees.DbExpression stringArgument, System.Data.Entity.Core.Common.CommandTrees.DbExpression length);
static member Left : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Left (stringArgument As DbExpression, length As DbExpression) As DbFunctionExpression

Parametry

stringArgument
DbExpression

Wyrażenie określające ciąg, z którego ma być wyodrębniony podciąg po lewej stronie.

length
DbExpression

Wyrażenie określające długość podciągu po lewej stronie do wyodrębnienia z ciąguArgument.

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca najbardziej lewy podciąg długości długości z ciąguArgument.

Dotyczy