DbLambda.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 DbLambda 对象。
重载
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, System::Data::Metadata::Edm::TypeUsage ^ argument12Type, System::Data::Metadata::Edm::TypeUsage ^ argument13Type, System::Data::Metadata::Edm::TypeUsage ^ argument14Type, System::Data::Metadata::Edm::TypeUsage ^ argument15Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 argument5Type
或 argument6Type
或 argument7Type
或 argument8Type
或 argument9Type
或 或 argument10Type
或 argument12Type
argument14Type
argument13Type
argument15Type
argument11Type
为 。lambdaFunction
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, System::Data::Metadata::Edm::TypeUsage ^ argument12Type, System::Data::Metadata::Edm::TypeUsage ^ argument13Type, System::Data::Metadata::Edm::TypeUsage ^ argument14Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 argument5Type
或 argument6Type
或 argument7Type
或 argument8Type
或 argument9Type
或 或 argument10Type
或 argument11Type
或 argument13Type
argument12Type
argument14Type
为 。lambdaFunction
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, System::Data::Metadata::Edm::TypeUsage ^ argument12Type, System::Data::Metadata::Edm::TypeUsage ^ argument13Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 argument5Type
或 argument6Type
或 argument7Type
或 argument8Type
或 或 argument9Type
或 或 argument10Type
或 argument11Type
argument12Type
或 argument13Type
为 null
lambdaFunction
。
适用于
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, System::Data::Metadata::Edm::TypeUsage ^ argument12Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 argument5Type
或 argument6Type
或 argument7Type
或 或 argument8Type
或 argument9Type
或 argument10Type
或 argument11Type
或 argument12Type
为 null
lambdaFunction
。
适用于
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
argument4Type
或 argument5Type
或 argument6Type
或 argument7Type
或 或 argument8Type
或 argument9Type
或 或 argument10Type
或 argument11Type
为 null
lambdaFunction
。
适用于
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
argument4Type
或 argument5Type
或 argument6Type
或 或 argument7Type
或 argument8Type
或 argument9Type
或 或 argument10Type
为 null
lambdaFunction
。
适用于
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
argument4Type
或 argument5Type
或 argument6Type
或 或 argument7Type
或 argument8Type
或 argument9Type
为 lambdaFunction
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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
argument5Type
或 argument6Type
或 argument7Type
或 argument8Type
或 lambdaFunction
为 null
。
适用于
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
argument5Type
或 argument6Type
或 或 argument7Type
为 lambdaFunction
null
。
适用于
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression, DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
argument5Type
或 argument6Type
或 lambdaFunction
为 null
。
适用于
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 argument5Type
lambdaFunction
为 null
。
适用于
Create(TypeUsage, TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 argument4Type
或 lambdaFunction
为 null
。
适用于
Create(TypeUsage, TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
或 lambdaFunction
为 null
。
适用于
Create(TypeUsage, TypeUsage, Func<DbExpression,DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
、argument2Type
或 lambdaFunction
为 null
。
适用于
Create(TypeUsage, Func<DbExpression,DbExpression>)
按照指定函数的定义使用指定类型的单个参数创建新的 DbLambda 。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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
或 lambdaFunction
为 null
。
适用于
Create(DbExpression, DbVariableReferenceExpression[])
使用指定的内联 Lambda 函数实现和形参创建 DbLambda。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Common::CommandTrees::DbExpression ^ body, ... cli::array <System::Data::Common::CommandTrees::DbVariableReferenceExpression ^> ^ variables);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Common.CommandTrees.DbExpression body, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables);
static member Create : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbVariableReferenceExpression[] -> System.Data.Common.CommandTrees.DbLambda
Public Shared Function Create (body As DbExpression, ParamArray variables As DbVariableReferenceExpression()) As DbLambda
参数
- body
- DbExpression
一个定义 lambda 函数的逻辑的表达式。
- variables
- DbVariableReferenceExpression[]
一个 DbVariableReferenceExpression 集合,该集合表示 Lambda 函数的形参。 这些变量适合在 body
表达式中使用。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
variables
或 body
为 null
。
variables
无效。
适用于
Create(DbExpression, IEnumerable<DbVariableReferenceExpression>)
使用指定的内联 Lambda 函数实现和形参创建 DbLambda。
public:
static System::Data::Common::CommandTrees::DbLambda ^ Create(System::Data::Common::CommandTrees::DbExpression ^ body, System::Collections::Generic::IEnumerable<System::Data::Common::CommandTrees::DbVariableReferenceExpression ^> ^ variables);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> variables);
static member Create : System.Data.Common.CommandTrees.DbExpression * seq<System.Data.Common.CommandTrees.DbVariableReferenceExpression> -> System.Data.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 函数的形参。 这些变量适合在 body
表达式中使用。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
variables
或 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::Common::CommandTrees::DbLambda ^ Create(System::Data::Metadata::Edm::TypeUsage ^ argument1Type, System::Data::Metadata::Edm::TypeUsage ^ argument2Type, System::Data::Metadata::Edm::TypeUsage ^ argument3Type, System::Data::Metadata::Edm::TypeUsage ^ argument4Type, System::Data::Metadata::Edm::TypeUsage ^ argument5Type, System::Data::Metadata::Edm::TypeUsage ^ argument6Type, System::Data::Metadata::Edm::TypeUsage ^ argument7Type, System::Data::Metadata::Edm::TypeUsage ^ argument8Type, System::Data::Metadata::Edm::TypeUsage ^ argument9Type, System::Data::Metadata::Edm::TypeUsage ^ argument10Type, System::Data::Metadata::Edm::TypeUsage ^ argument11Type, System::Data::Metadata::Edm::TypeUsage ^ argument12Type, System::Data::Metadata::Edm::TypeUsage ^ argument13Type, System::Data::Metadata::Edm::TypeUsage ^ argument14Type, System::Data::Metadata::Edm::TypeUsage ^ argument15Type, System::Data::Metadata::Edm::TypeUsage ^ argument16Type, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ lambdaFunction);
public static System.Data.Common.CommandTrees.DbLambda Create (System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, System.Data.Metadata.Edm.TypeUsage argument16Type, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> lambdaFunction);
static member Create : System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * System.Data.Metadata.Edm.TypeUsage * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.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函数。
返回
使用指定主体和规范参数描述内联 Lambda 函数的新 DbLambda。
例外
argument1Type
或 argument2Type
或 argument3Type
argument4Type
或 argument5Type
或 argument6Type
或 argument8Type
argument7Type
或 argument9Type
或 或 argument10Type
或 或 argument11Type
或 或 argument13Type
argument15Type
argument14Type
argument16Type
argument12Type
或 或 为 。lambdaFunction
null