RelationalPropertyExtensions.GetInsertStoredProcedureParameterMappings 方法

定义

返回属性映射到的插入存储过程参数。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping> GetInsertStoredProcedureParameterMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetInsertStoredProcedureParameterMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping>
<Extension()>
Public Function GetInsertStoredProcedureParameterMappings (property As IProperty) As IEnumerable(Of IStoredProcedureParameterMapping)

参数

property
IProperty

属性。

返回

属性映射到的插入存储过程参数。

适用于