RelationalPropertyExtensions.GetSqlQueryColumnMappings(IProperty) Methode

Definition

Gibt die SQL-Abfragespalten zurück, denen die Eigenschaft zugeordnet ist.

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

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Die SQL-Abfragespalten, denen die Eigenschaft zugeordnet ist.

Gilt für: