Aracılığıyla paylaş


IConventionPropertyBaseBuilder<TBuilder>.UsePropertyAccessMode Yöntem

Tanım

PropertyAccessMode bu özellik benzeri nesne için kullanılacak öğesini ayarlar.

public TBuilder? UsePropertyAccessMode (Microsoft.EntityFrameworkCore.PropertyAccessMode? propertyAccessMode, bool fromDataAnnotation = false);
abstract member UsePropertyAccessMode : Nullable<Microsoft.EntityFrameworkCore.PropertyAccessMode> * bool -> 'Builder
Public Function UsePropertyAccessMode (propertyAccessMode As Nullable(Of PropertyAccessMode), Optional fromDataAnnotation As Boolean = false) As TBuilder

Parametreler

propertyAccessMode
Nullable<PropertyAccessMode>

PropertyAccessMode Bu özellik benzeri nesne için kullanılacak.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

TBuilder

Yapılandırma uygulandıysa aynı oluşturucu örneği, null aksi takdirde.

Şunlara uygulanır