IViewColumn.FindColumnMapping(IReadOnlyEntityType) 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.
Verilen varlık türü için özellik eşlemesini döndürür.
public virtual Microsoft.EntityFrameworkCore.Metadata.IViewColumnMapping? FindColumnMapping(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IViewColumnMapping
override this.FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IViewColumnMapping
Public Overridable Function FindColumnMapping (entityType As IReadOnlyEntityType) As IViewColumnMapping
Parametreler
- entityType
- IReadOnlyEntityType
Varlık türü.
Döndürülenler
Özellik eşlemesi veya null bulunamaz.