次の方法で共有


RelationalTypeBaseExtensions.GetInsertStoredProcedure メソッド

定義

オーバーロード

GetInsertStoredProcedure(IReadOnlyTypeBase)

型が挿入 null 用にマップされるストアド プロシージャを返します。ストアド プロシージャにマップされていない場合は返します。

GetInsertStoredProcedure(ITypeBase)

型が挿入 null 用にマップされるストアド プロシージャを返します。ストアド プロシージャにマップされていない場合は返します。

GetInsertStoredProcedure(IReadOnlyTypeBase)

型が挿入 null 用にマップされるストアド プロシージャを返します。ストアド プロシージャにマップされていない場合は返します。

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (typeBase As IReadOnlyTypeBase) As IReadOnlyStoredProcedure

パラメーター

typeBase
IReadOnlyTypeBase

型。

戻り値

型がマップされるストアド プロシージャ。

適用対象

GetInsertStoredProcedure(ITypeBase)

型が挿入 null 用にマップされるストアド プロシージャを返します。ストアド プロシージャにマップされていない場合は返します。

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (typeBase As ITypeBase) As IStoredProcedure

パラメーター

typeBase
ITypeBase

型。

戻り値

型がマップされるストアド プロシージャ。

適用対象