RelationalOwnedNavigationBuilderExtensions.ToJson Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ToJson(OwnedNavigationBuilder) |
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych. |
ToJson(OwnedNavigationBuilder, String) |
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych. |
ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych. |
ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String) |
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych. |
ToJson(OwnedNavigationBuilder)
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToJson (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder builder);
static member ToJson : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToJson (builder As OwnedNavigationBuilder) As OwnedNavigationBuilder
Parametry
- builder
- OwnedNavigationBuilder
Konstruktor dla skonfigurowanej nawigacji należącej do użytkownika.
Zwraca
To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.
Uwagi
Ta metoda powinna być określona tylko dla jednostki należącej do zewnętrznej w danej strukturze własności. Wszystkie jednostki należące do tej funkcji zostaną automatycznie zamapowane na tę samą kolumnę JSON. Własność musi być nadal jawnie zdefiniowana. Nazwa nawigacji będzie używana jako nazwa kolumny JSON.
Dotyczy
ToJson(OwnedNavigationBuilder, String)
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToJson (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder builder, string? jsonColumnName);
static member ToJson : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToJson (builder As OwnedNavigationBuilder, jsonColumnName As String) As OwnedNavigationBuilder
Parametry
- builder
- OwnedNavigationBuilder
Konstruktor dla skonfigurowanej nawigacji należącej do użytkownika.
- jsonColumnName
- String
Nazwa kolumny JSON do użycia.
Zwraca
To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.
Uwagi
Ta metoda powinna być określona tylko dla jednostki należącej do zewnętrznej w danej strukturze własności. Wszystkie jednostki należące do tej funkcji zostaną automatycznie zamapowane na tę samą kolumnę JSON. Własność musi być nadal jawnie zdefiniowana.
Dotyczy
ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>)
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity> ToJson<TOwnerEntity,TDependentEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity> builder) where TOwnerEntity : class where TDependentEntity : class;
static member ToJson : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> (requires 'OwnerEntity : null and 'DependentEntity : null)
<Extension()>
Public Function ToJson(Of TOwnerEntity As Class, TDependentEntity As Class) (builder As OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity)) As OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity)
Parametry typu
- TOwnerEntity
- TDependentEntity
Parametry
Konstruktor dla skonfigurowanej nawigacji należącej do użytkownika.
Zwraca
To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.
Uwagi
Ta metoda powinna być określona tylko dla jednostki należącej do zewnętrznej w danej strukturze własności. Wszystkie jednostki należące do tej funkcji zostaną automatycznie zamapowane na tę samą kolumnę JSON. Własność musi być nadal jawnie zdefiniowana. Nazwa nawigacji będzie używana jako nazwa kolumny JSON.
Dotyczy
ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)
Konfiguruje relację, w której ten typ jednostki i jednostki, których jest właścicielem, są mapowane na kolumnę JSON w bazie danych.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity> ToJson<TOwnerEntity,TDependentEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity> builder, string? jsonColumnName) where TOwnerEntity : class where TDependentEntity : class;
static member ToJson : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> (requires 'OwnerEntity : null and 'DependentEntity : null)
<Extension()>
Public Function ToJson(Of TOwnerEntity As Class, TDependentEntity As Class) (builder As OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity), jsonColumnName As String) As OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity)
Parametry typu
- TOwnerEntity
- TDependentEntity
Parametry
Konstruktor dla skonfigurowanej nawigacji należącej do użytkownika.
- jsonColumnName
- String
Nazwa kolumny JSON do użycia.
Zwraca
To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.
Uwagi
Ta metoda powinna być określona tylko dla jednostki należącej do zewnętrznej w danej strukturze własności. Wszystkie jednostki należące do tej funkcji zostaną automatycznie zamapowane na tę samą kolumnę JSON. Własność musi być nadal jawnie zdefiniowana.