Aracılığıyla paylaş


SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Yöntem

Tanım

Aşırı Yüklemeler

IsCompatibleWithValueGeneration(IProperty)

özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür.

IsCompatibleWithValueGeneration(IReadOnlyProperty)

özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür.

IsCompatibleWithValueGeneration(IProperty)

özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür.

public static bool IsCompatibleWithValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsCompatibleWithValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Function IsCompatibleWithValueGeneration (property As IProperty) As Boolean

Parametreler

property
IProperty

Özellik.

Döndürülenler

true uyumluysa.

Şunlara uygulanır

IsCompatibleWithValueGeneration(IReadOnlyProperty)

özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür.

public static bool IsCompatibleWithValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsCompatibleWithValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> bool
Public Function IsCompatibleWithValueGeneration (property As IReadOnlyProperty) As Boolean

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

true uyumluysa.

Şunlara uygulanır