RelationalValueGenerationConvention.GetValueGenerated Metoda

Definicja

Przeciążenia

GetValueGenerated(IConventionProperty)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

GetValueGenerated(IProperty)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

GetValueGenerated(IProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

GetValueGenerated(IConventionProperty)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

protected override Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Protected Overrides Function GetValueGenerated (property As IConventionProperty) As Nullable(Of ValueGenerated)

Parametry

property
IConventionProperty

Właściwość.

Zwraca

Strategia generowania wartości sklepu ustawiona dla danej właściwości.

Dotyczy

GetValueGenerated(IProperty)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty) As Nullable(Of ValueGenerated)

Parametry

property
IProperty

Właściwość.

Zwraca

Strategia generowania wartości sklepu ustawiona dla danej właściwości.

Dotyczy

GetValueGenerated(IProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

Parametry

property
IProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Nowa strategia generowania wartości magazynu do ustawienia dla danej właściwości.

Dotyczy

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości sklepu ustawioną dla danej właściwości.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Nowa strategia generowania wartości magazynu do ustawienia dla danej właściwości.

Dotyczy