SqlServerValueGenerationConvention.GetValueGenerated Yöntem

Tanım

Aşırı Yüklemeler

GetValueGenerated(IConventionProperty)

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisini döndürür.

GetValueGenerated(IProperty)

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisini döndürür.

GetValueGenerated(IProperty, StoreObjectIdentifier)

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisini döndürür.

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisini döndürür.

GetValueGenerated(IConventionProperty)

Verilen özellik için ayar yapmak için mağaza 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 ayar yapmak için mağaza değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IProperty)

Verilen özellik için ayar yapmak için mağaza 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 ayar yapmak için mağaza değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IProperty, StoreObjectIdentifier)

Verilen özellik için ayar yapmak için mağaza 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

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<ValueGenerated>

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisi.

Şunlara uygulanır

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Verilen özellik için ayar yapmak için mağaza 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

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<ValueGenerated>

Verilen özellik için ayar yapmak için mağaza değeri oluşturma stratejisi.

Şunlara uygulanır