IConventionDbFunction.SetIsNullable(Boolean, Boolean) Yöntem

Tanım

Veritabanı işlevinin null değer döndürmeyeceğini gösteren değeri ayarlar.

public bool SetIsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member SetIsNullable : bool * bool -> bool
Public Function SetIsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametreler

nullable
Boolean

Veritabanı işlevinin null değer döndürmeyeceğini belirten değer.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak mı belirtilmediğini belirtir.

Döndürülenler

Boolean

Yapılandırılan değer.

Şunlara uygulanır