Aracılığıyla paylaş


RelationalValueGenerationConvention.MappingStrategyAllowsValueGeneration Yöntem

Tanım

Eşleme stratejisinin ve özelliğinin kurala göre değer oluşturulmasına izin verip vermediğini denetler.

protected virtual bool MappingStrategyAllowsValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? mappingStrategy);
abstract member MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
override this.MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
Protected Overridable Function MappingStrategyAllowsValueGeneration (property As IConventionProperty, mappingStrategy As String) As Boolean

Parametreler

property
IConventionProperty

Değer oluşturmanın dikkate alındığı özellik.

mappingStrategy
String

Geçerli eşleme stratejisi.

Döndürülenler

true değer oluşturma işlemine izin veriliyorsa; false Aksi takdir -de.

Şunlara uygulanır