RelationalOwnedNavigationBuilderExtensions.HasJsonPropertyName Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
HasJsonPropertyName(OwnedNavigationBuilder, String) |
Mengonfigurasi navigasi entitas yang dipetakan ke kolom JSON, memetakan navigasi ke properti JSON tertentu, daripada menggunakan nama navigasi. |
HasJsonPropertyName<TSource,TTarget>(OwnedNavigationBuilder<TSource,TTarget>, String) |
Mengonfigurasi navigasi entitas yang dipetakan ke kolom JSON, memetakan navigasi ke properti JSON tertentu, daripada menggunakan nama navigasi. |
HasJsonPropertyName(OwnedNavigationBuilder, String)
Mengonfigurasi navigasi entitas yang dipetakan ke kolom JSON, memetakan navigasi ke properti JSON tertentu, daripada menggunakan nama navigasi.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder HasJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder navigationBuilder, string? name);
static member HasJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function HasJsonPropertyName (navigationBuilder As OwnedNavigationBuilder, name As String) As OwnedNavigationBuilder
Parameter
- navigationBuilder
- OwnedNavigationBuilder
Penyusun untuk navigasi yang sedang dikonfigurasi.
- name
- String
Nama properti JSON yang akan digunakan.
Mengembalikan
Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.
Berlaku untuk
HasJsonPropertyName<TSource,TTarget>(OwnedNavigationBuilder<TSource,TTarget>, String)
Mengonfigurasi navigasi entitas yang dipetakan ke kolom JSON, memetakan navigasi ke properti JSON tertentu, daripada menggunakan nama navigasi.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TSource,TTarget> HasJsonPropertyName<TSource,TTarget> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TSource,TTarget> navigationBuilder, string? name) where TSource : class where TTarget : class;
static member HasJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Source, 'arget (requires 'Source : null and 'arget : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Source, 'arget (requires 'Source : null and 'arget : null)> (requires 'Source : null and 'arget : null)
<Extension()>
Public Function HasJsonPropertyName(Of TSource As Class, TTarget As Class) (navigationBuilder As OwnedNavigationBuilder(Of TSource, TTarget), name As String) As OwnedNavigationBuilder(Of TSource, TTarget)
Jenis parameter
- TSource
- TTarget
Parameter
- navigationBuilder
- OwnedNavigationBuilder<TSource,TTarget>
Penyusun untuk navigasi yang sedang dikonfigurasi.
- name
- String
Nama properti JSON yang akan digunakan.
Mengembalikan
Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.
Berlaku untuk
Entity Framework