Aracılığıyla paylaş


RelationalPropertyExtensions.GetInsertStoredProcedureResultColumnMappings Yöntem

Tanım

Özelliğin eşlendiği saklı yordam sonuç sütunlarını ekleme işlemini döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği saklı yordam sonuç sütunlarını ekleme.

Şunlara uygulanır