InsertModificationStoredProcedureConfiguration<TEntityType>.Parameter メソッド

定義

オーバーロード

Parameter(Expression<Func<TEntityType,String>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter(Expression<Func<TEntityType,DbGeometry>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter(Expression<Func<TEntityType,Byte[]>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter(Expression<Func<TEntityType,DbGeography>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

このストアド プロシージャのパラメーターを構成します。

Parameter(Expression<Func<TEntityType,String>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter (System.Linq.Expressions.Expression<Func<TEntityType,string>> propertyExpression, string parameterName);

パラメーター

propertyExpression
Expression<Func<TEntityType,String>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0

Parameter(Expression<Func<TEntityType,DbGeometry>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter (System.Linq.Expressions.Expression<Func<TEntityType,System.Data.Entity.Spatial.DbGeometry>> propertyExpression, string parameterName);

パラメーター

propertyExpression
Expression<Func<TEntityType,DbGeometry>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0

Parameter(Expression<Func<TEntityType,Byte[]>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter (System.Linq.Expressions.Expression<Func<TEntityType,byte[]>> propertyExpression, string parameterName);

パラメーター

propertyExpression
Expression<Func<TEntityType,Byte[]>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0

Parameter(Expression<Func<TEntityType,DbGeography>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter (System.Linq.Expressions.Expression<Func<TEntityType,System.Data.Entity.Spatial.DbGeography>> propertyExpression, string parameterName);

パラメーター

propertyExpression
Expression<Func<TEntityType,DbGeography>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0

Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter<TProperty> (System.Linq.Expressions.Expression<Func<TEntityType,Nullable<TProperty>>> propertyExpression, string parameterName) where TProperty : struct;

型パラメーター

TProperty

構成するプロパティの型。

パラメーター

propertyExpression
Expression<Func<TEntityType,Nullable<TProperty>>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0

Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

このストアド プロシージャのパラメーターを構成します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter<TProperty> (System.Linq.Expressions.Expression<Func<TEntityType,TProperty>> propertyExpression, string parameterName) where TProperty : struct;

型パラメーター

TProperty

構成するプロパティの型。

パラメーター

propertyExpression
Expression<Func<TEntityType,TProperty>>

パラメーターを構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

Entity Framework 6.2.0
製品 バージョン
Entity Framework 6.2.0