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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または または argument6Type
または argument7Type
または argument8Type
または または argument9Type
または argument10Type
または argument11Type
または argument12Type
または または argument13Type
または argument14Type
または argument15Type
または 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または または argument6Type
または argument7Type
または argument8Type
または argument9Type
または または argument10Type
または argument11Type
または argument12Type
または または argument13Type
または 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または または argument6Type
または argument7Type
または argument8Type
または または argument9Type
または argument10Type
または argument11Type
または または argument12Type
または argument13Type
lambdaFunction
です 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::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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または または argument6Type
または argument7Type
または argument8Type
または argument9Type
または または argument10Type
または または argument11Type
または argument12Type
lambdaFunction
です 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::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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または argument6Type
または または argument7Type
または argument8Type
または argument9Type
または または argument10Type
または または argument11Type
または lambdaFunction
です 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::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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または argument6Type
または または argument7Type
または argument8Type
または argument9Type
または または または argument10Type
または lambdaFunction
です 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::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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または argument6Type
または argument7Type
または または lambdaFunction
argument8Type
です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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
、argument2Type
、または lambdaFunction
は、null
です。
適用対象
Create(TypeUsage, Func<DbExpression,DbExpression>)
指定した関数の定義に従って、指定した型の 1 つの引数を持つ新しい 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関数。
戻り値
指定された本体と単一の仮パラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または lambdaFunction
が null
です。
適用対象
Create(DbExpression, DbVariableReferenceExpression[])
指定されたインライン ラムダ関数の実装と仮パラメーターを使用して、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
ラムダ関数のロジックを定義する式。
- variables
- DbVariableReferenceExpression[]
ラムダ関数の仮パラメーターを表す DbVariableReferenceExpression コレクション。 これらの変数は、body
式の中で使用できます。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
variables
または body
が null
です。
variables
が無効です。
適用対象
Create(DbExpression, IEnumerable<DbVariableReferenceExpression>)
指定されたインライン ラムダ関数の実装と仮パラメーターを使用して、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
ラムダ関数のロジックを定義する式。
- variables
- IEnumerable<DbVariableReferenceExpression>
ラムダ関数の仮パラメーターを表す DbVariableReferenceExpression コレクション。 これらの変数は、body
式の中で使用できます。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい 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関数。
戻り値
指定した本体と正式なパラメーターでインライン ラムダ関数を記述する新しい DbLambda。
例外
argument1Type
または argument2Type
または argument3Type
または argument4Type
または argument5Type
または または argument6Type
または argument7Type
または argument8Type
または argument9Type
または または argument10Type
または argument11Type
または argument12Type
または または argument13Type
または argument14Type
または または argument15Type
argument16Type
または lambdaFunction
です null
。
適用対象
.NET