Condividi tramite


RelationalOwnedNavigationBuilderExtensions.ToJson Metodo

Definizione

Overload

ToJson(OwnedNavigationBuilder)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

ToJson(OwnedNavigationBuilder, String)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

ToJson(OwnedNavigationBuilder)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

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

Parametri

builder
OwnedNavigationBuilder

Generatore per la struttura di spostamento di proprietà configurata.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Questo metodo deve essere specificato solo per l'entità di proprietà più esterna nella struttura di proprietà specificata. Tutte le entità di proprietà di questa proprietà verranno mappate automaticamente alla stessa colonna JSON. Le proprietà devono comunque essere definite in modo esplicito. Il nome della struttura di spostamento verrà usato come nome della colonna JSON.

Si applica a

ToJson(OwnedNavigationBuilder, String)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

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

Parametri

builder
OwnedNavigationBuilder

Generatore per la struttura di spostamento di proprietà configurata.

jsonColumnName
String

Nome della colonna JSON da usare.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Questo metodo deve essere specificato solo per l'entità di proprietà più esterna nella struttura di proprietà specificata. Tutte le entità di proprietà di questa proprietà verranno mappate automaticamente alla stessa colonna JSON. Le proprietà devono comunque essere definite in modo esplicito.

Si applica a

ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

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)

Parametri di tipo

TOwnerEntity
TDependentEntity

Parametri

builder
OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>

Generatore per la struttura di spostamento di proprietà configurata.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Questo metodo deve essere specificato solo per l'entità di proprietà più esterna nella struttura di proprietà specificata. Tutte le entità di proprietà di questa proprietà verranno mappate automaticamente alla stessa colonna JSON. Le proprietà devono comunque essere definite in modo esplicito. Il nome della struttura di spostamento verrà usato come nome della colonna JSON.

Si applica a

ToJson<TOwnerEntity,TDependentEntity>(OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>, String)

Configura una relazione in cui questo tipo di entità e le entità di cui è proprietaria vengono mappate a una colonna JSON nel database.

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)

Parametri di tipo

TOwnerEntity
TDependentEntity

Parametri

builder
OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>

Generatore per la struttura di spostamento di proprietà configurata.

jsonColumnName
String

Nome della colonna JSON da usare.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Questo metodo deve essere specificato solo per l'entità di proprietà più esterna nella struttura di proprietà specificata. Tutte le entità di proprietà di questa proprietà verranno mappate automaticamente alla stessa colonna JSON. Le proprietà devono comunque essere definite in modo esplicito.

Si applica a