ValueGenerationConvention.GetValueGenerated Yöntem

Tanım

Aşırı Yüklemeler

GetValueGenerated(IConventionProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

GetValueGenerated(IProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

GetValueGenerated(IReadOnlyProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

GetValueGenerated(IConventionProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

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)

Parametreler

property
IConventionProperty

Özellik.

Döndürülenler

Belirtilen özellik için ayarlanacağı depolama değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

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)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Belirtilen özellik için ayarlanacağı depolama değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IReadOnlyProperty)

Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür.

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)

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Belirtilen özellik için ayarlanacağı depolama değeri oluşturma stratejisi.

Şunlara uygulanır