次の方法で共有


EdmFunctionPayload.ParameterTypeSemantics プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

パラメーター型のセマンティクスを取得または設定します。

名前空間:  System.Data.Entity.Core.Metadata.Edm
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Property ParameterTypeSemantics As Nullable(Of ParameterTypeSemantics)
    Get 
    Set
'使用
Dim instance As EdmFunctionPayload 
Dim value As Nullable(Of ParameterTypeSemantics)

value = instance.ParameterTypeSemantics

instance.ParameterTypeSemantics = value
public Nullable<ParameterTypeSemantics> ParameterTypeSemantics { get; set; }
public:
property Nullable<ParameterTypeSemantics> ParameterTypeSemantics {
    Nullable<ParameterTypeSemantics> get ();
    void set (Nullable<ParameterTypeSemantics> value);
}
member ParameterTypeSemantics : Nullable<ParameterTypeSemantics> with get, set
function get ParameterTypeSemantics () : Nullable<ParameterTypeSemantics>
function set ParameterTypeSemantics (value : Nullable<ParameterTypeSemantics>)

プロパティ値

型 : System.Nullable<ParameterTypeSemantics>
パラメーター型のセマンティクス。

参照

参照

EdmFunctionPayload クラス

System.Data.Entity.Core.Metadata.Edm 名前空間