ValueGenerationConvention.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(IReadOnlyProperty)

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 virtual Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
abstract member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
override this.GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Protected Overridable 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(IReadOnlyProperty)

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);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IReadOnlyProperty) As Nullable(Of ValueGenerated)

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

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

Dotyczy