Udostępnij przez


RelationalMetadataExtensions.Relational Metoda

Definicja

Przeciążenia

Relational(IEntityType)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla jednostki.

Relational(IForeignKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

Relational(IIndex)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla indeksu.

Relational(IKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza.

Relational(IModel)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla modelu.

Relational(IMutableEntityType)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla jednostki.

Relational(IMutableForeignKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

Relational(IMutableIndex)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla indeksu.

Relational(IMutableKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza.

Relational(IMutableModel)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla modelu.

Relational(IMutableProperty)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla właściwości.

Relational(IProperty)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla właściwości.

Relational(IEntityType)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla jednostki.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
<Extension()>
Public Function Relational (entityType As IEntityType) As IRelationalEntityTypeAnnotations

Parametry

entityType
IEntityType

Jednostka do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla jednostki.

Dotyczy

Relational(IForeignKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
<Extension()>
Public Function Relational (foreignKey As IForeignKey) As IRelationalForeignKeyAnnotations

Parametry

foreignKey
IForeignKey

Klucz obcy do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

Dotyczy

Relational(IIndex)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla indeksu.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
<Extension()>
Public Function Relational (index As IIndex) As IRelationalIndexAnnotations

Parametry

index
IIndex

Indeks umożliwiający pobranie metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla indeksu.

Dotyczy

Relational(IKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
<Extension()>
Public Function Relational (key As IKey) As IRelationalKeyAnnotations

Parametry

key
IKey

Klucz do pobrania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla klucza.

Dotyczy

Relational(IModel)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla modelu.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations
<Extension()>
Public Function Relational (model As IModel) As IRelationalModelAnnotations

Parametry

model
IModel

Model do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla modelu.

Dotyczy

Relational(IMutableEntityType)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla jednostki.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
<Extension()>
Public Function Relational (entityType As IMutableEntityType) As RelationalEntityTypeAnnotations

Parametry

entityType
IMutableEntityType

Jednostka do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla jednostki.

Dotyczy

Relational(IMutableForeignKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations
<Extension()>
Public Function Relational (foreignKey As IMutableForeignKey) As RelationalForeignKeyAnnotations

Parametry

foreignKey
IMutableForeignKey

Klucz obcy do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla klucza obcego.

Dotyczy

Relational(IMutableIndex)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla indeksu.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
<Extension()>
Public Function Relational (index As IMutableIndex) As RelationalIndexAnnotations

Parametry

index
IMutableIndex

Indeks umożliwiający pobranie metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla indeksu.

Dotyczy

Relational(IMutableKey)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla klucza.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
<Extension()>
Public Function Relational (key As IMutableKey) As RelationalKeyAnnotations

Parametry

key
IMutableKey

Klucz do pobrania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla klucza.

Dotyczy

Relational(IMutableModel)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla modelu.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations
<Extension()>
Public Function Relational (model As IMutableModel) As RelationalModelAnnotations

Parametry

model
IMutableModel

Model do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla modelu.

Dotyczy

Relational(IMutableProperty)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla właściwości.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
<Extension()>
Public Function Relational (property As IMutableProperty) As RelationalPropertyAnnotations

Parametry

property
IMutableProperty

Właściwość do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla właściwości.

Dotyczy

Relational(IProperty)

Pobiera metadane specyficzne dla relacyjnej bazy danych dla właściwości.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations Relational (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member Relational : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
<Extension()>
Public Function Relational (property As IProperty) As IRelationalPropertyAnnotations

Parametry

property
IProperty

Właściwość do pobierania metadanych.

Zwraca

Metadane specyficzne dla relacyjnej bazy danych dla właściwości.

Dotyczy