DbLambda.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,argument12Type
為 null,argument13Type
為 null,argument14Type
為 null,argument15Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,argument12Type
為 null,argument13Type
為 null,argument14Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,argument12Type
為 null,argument13Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,argument12Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(TypeUsage, Func<DbExpression,DbExpression>)
使用依指定函式所定義之指定型別的單一引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
描述含有指定主體及單一型式參數之內嵌 Lambda 函式的新 DbLambda。
例外狀況
argument1Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。
適用於
Create(DbExpression, DbVariableReferenceExpression[])
利用指定的內嵌 Lambda 函式實作與和型式參數建立 DbLambda。
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
參數
- body
- DbExpression
定義 Lambda 函式邏輯的運算式
- variables
- DbVariableReferenceExpression[]
DbVariableReferenceExpression 集合,表示傳遞給 Lambda 函式的型式參數。 這些變數適用於主體運算式中。
傳回
新的 DbLambda,其描述使用指定的主體參數與型式參數的內嵌 Lambda 函式
例外狀況
variables
為 null 或包含 null,或body
為 null。
variables
包含一個以上具有相同的變數名稱的項目。
適用於
Create(DbExpression, IEnumerable<DbVariableReferenceExpression>)
利用指定的內嵌 Lambda 函式實作與和型式參數建立 DbLambda。
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
參數
- body
- DbExpression
定義 Lambda 函式邏輯的運算式
- variables
- IEnumerable<DbVariableReferenceExpression>
DbVariableReferenceExpression 集合,表示傳遞給 Lambda 函式的型式參數。 這些變數適用於主體運算式中。
傳回
新的 DbLambda,其描述使用指定的主體參數與型式參數的內嵌 Lambda 函式
例外狀況
variables
為 null 或包含 null,或body
為 null
variables
包含一個以上具有相同的變數名稱的項目。
適用於
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>)
使用依指定函式所定義之指定型別的引數,建立新的 DbLambda。
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
參數
- lambdaFunction
- Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>
定義 Lambda 函式邏輯為 DbExpression 的函式。
傳回
新的 DbLambda,描述具有指定的內文和型式參數的內嵌 Lambda 函式。
例外狀況
argument1Type
為 null,argument2Type
為 null,argument3Type
為 null,argument4Type
為 null,argument5Type
為 null,argument6Type
為 null,argument7Type
為 null,argument8Type
為 null,argument9Type
為 null,argument10Type
為 null,argument11Type
為 null,argument12Type
為 null,argument13Type
為 null,argument14Type
為 null,argument15Type
為 null,argument16Type
為 null,或lambdaFunction
為 null 或產生 Null 的結果。