SequenceBuilder.IConventionSequenceBuilder.CanSetType(Type, Boolean) Yöntem

Tanım

Verilen türün dizi için ayar olup olmadığını belirten bir değer döndürür.

bool IConventionSequenceBuilder.CanSetType (Type type, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetType : Type * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetType : Type * bool -> bool
Function CanSetType (type As Type, fromDataAnnotation As Boolean) As Boolean Implements IConventionSequenceBuilder.CanSetType

Parametreler

type
Type

Sıra tarafından döndürülen değerlerin türü.

fromDataAnnotation
Boolean

Yapılandırmanın veri ek açıklaması kullanılarak belirtilmemiş olup olmadığını gösterir.

Döndürülenler

Boolean

true verilen türün dizi için ayarlansa bile.

Uygulamalar

Şunlara uygulanır