DbLambda.Create Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument12Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument13Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument14Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument15Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, argument12Type As TypeUsage, argument13Type As TypeUsage, argument14Type As TypeUsage, argument15Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null,argument12Type
je null,argument13Type
je null,argument14Type
je null,argument15Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument12Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument13Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument14Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, argument12Type As TypeUsage, argument13Type As TypeUsage, argument14Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null,argument12Type
je null,argument13Type
je null,argument14Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument12Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument13Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, argument12Type As TypeUsage, argument13Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- argument11Type
- TypeUsage
A TypeUsage , který definuje typ EDM jedenáctého argumentu pro funkci Lambda
- argument12Type
- TypeUsage
A TypeUsage , který definuje typ EDM dvanáctého argumentu pro funkci Lambda
- argument13Type
- TypeUsage
A TypeUsage , který definuje typ EDM třináctého argumentu pro funkci Lambda
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null,argument12Type
je null,argument13Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument12Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, argument12Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- argument11Type
- TypeUsage
A TypeUsage , který definuje typ EDM jedenáctého argumentu pro funkci Lambda
- argument12Type
- TypeUsage
A TypeUsage , který definuje typ EDM dvanáctého argumentu pro funkci Lambda
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null,argument12Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- argument11Type
- TypeUsage
A TypeUsage , který definuje typ EDM jedenáctého argumentu pro funkci Lambda
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů definovaných zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null, nebolambdaFunction
is null or produces a result of null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(TypeUsage, Func<DbExpression,DbExpression>)
Vytvoří nový DbLambda s jedním argumentem zadaného typu, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression)) As DbLambda
Parametry
- lambdaFunction
- Func<DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadaným tělem a jedním formálním parametrem.
Výjimky
argument1Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Create(DbExpression, DbVariableReferenceExpression[])
Vytvoří se zadanou vloženou DbLambda implementací funkce Lambda a formálními parametry.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Common.CommandTrees.DbExpression body, params System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression[] variables);
static member Create : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression[] -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (body As DbExpression, ParamArray variables As DbVariableReferenceExpression()) As DbLambda
Parametry
- body
- DbExpression
Výraz, který definuje logiku funkce Lambda
- variables
- DbVariableReferenceExpression[]
Kolekce DbVariableReferenceExpression , která představuje formální parametry funkce Lambda. Tyto proměnné jsou platné pro použití ve výrazu body.
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci Lambda se zadanými body a formálními parametry
Výjimky
variables
je null nebo obsahuje hodnotu null, nebobody
je null.
variables
obsahuje více než jeden prvek se stejným názvem proměnné.
Platí pro
Create(DbExpression, IEnumerable<DbVariableReferenceExpression>)
Vytvoří se zadanou vloženou DbLambda implementací funkce Lambda a formálními parametry.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> variables);
static member Create : System.Data.Entity.Core.Common.CommandTrees.DbExpression * seq<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (body As DbExpression, variables As IEnumerable(Of DbVariableReferenceExpression)) As DbLambda
Parametry
- body
- DbExpression
Výraz, který definuje logiku funkce Lambda
- variables
- IEnumerable<DbVariableReferenceExpression>
Kolekce DbVariableReferenceExpression , která představuje formální parametry funkce Lambda. Tyto proměnné jsou platné pro použití ve výrazu body.
Návraty
Nová funkce DbLambda, která popisuje vloženou funkci Lambda se zadanými body a formálními parametry
Výjimky
variables
je null nebo obsahuje hodnotu null, nebobody
má hodnotu null.
variables
obsahuje více než jeden prvek se stejným názvem proměnné.
Platí pro
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression>)
Vytvoří nový DbLambda s argumenty zadaných typů, jak je definováno zadanou funkcí.
public static System.Data.Entity.Core.Common.CommandTrees.DbLambda Create (System.Data.Entity.Core.Metadata.Edm.TypeUsage argument1Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument2Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument3Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument4Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument5Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument6Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument7Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument8Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument9Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument10Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument11Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument12Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument13Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument14Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument15Type, System.Data.Entity.Core.Metadata.Edm.TypeUsage argument16Type, Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression,System.Data.Entity.Core.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * System.Data.Entity.Core.Metadata.Edm.TypeUsage * Func<System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public Shared Function Create (argument1Type As TypeUsage, argument2Type As TypeUsage, argument3Type As TypeUsage, argument4Type As TypeUsage, argument5Type As TypeUsage, argument6Type As TypeUsage, argument7Type As TypeUsage, argument8Type As TypeUsage, argument9Type As TypeUsage, argument10Type As TypeUsage, argument11Type As TypeUsage, argument12Type As TypeUsage, argument13Type As TypeUsage, argument14Type As TypeUsage, argument15Type As TypeUsage, argument16Type As TypeUsage, lambdaFunction As Func(Of DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression)) As DbLambda
Parametry
- argument11Type
- TypeUsage
A TypeUsage , který definuje typ EDM jedenáctého argumentu pro funkci Lambda
- argument12Type
- TypeUsage
A TypeUsage , který definuje typ EDM dvanáctého argumentu pro funkci Lambda
- argument13Type
- TypeUsage
A TypeUsage , který definuje typ EDM třináctého argumentu pro funkci Lambda
- argument14Type
- TypeUsage
A TypeUsage , který definuje typ EDM čtrnáctého argumentu pro funkci Lambda
- argument15Type
- TypeUsage
A TypeUsage , který definuje typ EDM patnáctého argumentu pro funkci Lambda
- argument16Type
- TypeUsage
A TypeUsage , který definuje typ EDM šestnáctého argumentu pro funkci Lambda
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
Funkce, která definuje logiku funkce Lambda jako DbExpression
Návraty
Nový DbLambda, který popisuje vloženou funkci Lambda se zadanými body a formálními parametry.
Výjimky
argument1Type
je null,argument2Type
je null,argument3Type
je null,argument4Type
je null,argument5Type
je null,argument6Type
je null,argument7Type
je null,argument8Type
je null,argument9Type
je null,argument10Type
je null,argument11Type
je null,argument12Type
je null,argument13Type
je null,argument14Type
je null,argument15Type
je null,argument16Type
je null, nebolambdaFunction
is null nebo vytváří výsledek null.
Platí pro
Entity Framework