IValueGeneratorSelector.Select 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
| Select(IProperty, IEntityType) |
Belirli bir özellik için uygun değer oluşturucuyu seçer. |
| Select(IProperty, ITypeBase) |
Belirli bir özellik için uygun değer oluşturucuyu seçer. |
Select(IProperty, IEntityType)
Belirli bir özellik için uygun değer oluşturucuyu seçer.
public Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Select (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member Select : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Function Select (property As IProperty, entityType As IEntityType) As ValueGenerator
Parametreler
- property
- IProperty
Değer oluşturucunun alınacak özelliği.
- entityType
- IEntityType
Değer oluşturucunun kullanılacağı varlık türü. Türetilmiş varlık türlerinde devralınan özelliklerde çağrıldığında, bu varlık türü üzerindeki bildirilen varlık türünden farklı olabilir property
Döndürülenler
Kullanılacak değer oluşturucu.
Şunlara uygulanır
Select(IProperty, ITypeBase)
Belirli bir özellik için uygun değer oluşturucuyu seçer.
public Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Select (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
abstract member Select : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Function Select (property As IProperty, typeBase As ITypeBase) As ValueGenerator
Parametreler
- property
- IProperty
Değer oluşturucunun alınacak özelliği.
- typeBase
- ITypeBase
Değer oluşturucunun kullanılacağı tür. Türetilmiş türlerdeki devralınan özelliklerde çağrıldığında, bu tür için bildirim türünden farklı olabilir property
Döndürülenler
Kullanılacak değer oluşturucu.