RelationalValueGenerationConvention.GetValueGenerated Yöntem

Tanım

Aşırı Yüklemeler

GetValueGenerated(IConventionProperty)

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

GetValueGenerated(IProperty)

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

GetValueGenerated(IProperty, StoreObjectIdentifier)

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

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

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

GetValueGenerated(IConventionProperty)

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

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)

Parametreler

property
IConventionProperty

Özellik.

Döndürülenler

Nullable<ValueGenerated>

Verilen özellik için ayarlanacak depolama değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IProperty)

Verilen özellik için ayarlanacak 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

Nullable<ValueGenerated>

Verilen özellik için ayarlanacak depolama değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IProperty, StoreObjectIdentifier)

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

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)

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Depo nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<ValueGenerated>

Verilen özellik için ayarlanacak yeni depo değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

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

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)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Depo nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<ValueGenerated>

Verilen özellik için ayarlanacak yeni depo değeri oluşturma stratejisi.

Şunlara uygulanır