Udostępnij za pośrednictwem


SqlServerValueGenerationConvention.GetValueGenerated Metoda

Definicja

Przeciążenia

GetValueGenerated(IConventionProperty)

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona dla danej właściwości.

GetValueGenerated(IProperty)

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona dla danej właściwości.

GetValueGenerated(IProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona dla danej właściwości.

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona dla danej właściwości.

GetValueGenerated(IConventionProperty)

Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona 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)

Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona 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)

Źródło:
SqlServerValueGenerationConvention.cs

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona 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 magazynu.

Zwraca

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

Dotyczy

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs
Źródło:
SqlServerValueGenerationConvention.cs

Zwraca strategię generowania wartości magazynu, która ma zostać ustawiona 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 magazynu.

Zwraca

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

Dotyczy