SqlServerValueGenerationConvention.GetValueGenerated Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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(IProperty, StoreObjectIdentifier) |
Verilen özellik için ayarlanacağı depo değeri oluşturma stratejisini döndürür. |
| GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier) |
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 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
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(IProperty, StoreObjectIdentifier)
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, 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
Store nesnesinin tanımlayıcısı.
Döndürülenler
Belirtilen özellik için ayarlanacağı depolama değeri oluşturma stratejisi.
Şunlara uygulanır
GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)
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, 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
Store nesnesinin tanımlayıcısı.
Döndürülenler
Belirtilen özellik için ayarlanacağı depolama değeri oluşturma stratejisi.